changed cchsvvalue back

This commit is contained in:
camila314 2024-05-05 14:32:56 -05:00
parent 29b4732173
commit 42fe3ba7b4

View file

@ -50,9 +50,11 @@ typedef struct _ccHSVValue
float h, s, v;
bool absoluteSaturation;
bool absoluteBrightness;
private: unsigned char __pad[2];
bool saturationChecked;
bool brightnessChecked;
} ccHSVValue;
static inline ccHSVValue
cchsv(const float vh, const float vs, const float vv, const bool as, const bool ab)
{