Add saturationChecked and brightnessChecked to ccTypes.h

This commit is contained in:
adafcaefc 2023-12-25 14:54:19 +07:00 committed by GitHub
parent e21a7ac7d9
commit 32945c3e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ typedef struct _ccHSVValue
float h, s, v;
GLubyte absoluteSaturation;
GLubyte absoluteBrightness;
private: unsigned char __pad[2];
bool saturationChecked;
bool brightnessChecked;
} ccHSVValue;
static inline ccHSVValue