Merge pull request from adafcaefc/patch-1

Add saturationChecked and brightnessChecked to ccTypes.h
This commit is contained in:
mat 2023-12-25 08:44:21 -03:00 committed by GitHub
commit aad4322e1b
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