mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
Add saturationChecked and brightnessChecked to ccTypes.h
This commit is contained in:
parent
e21a7ac7d9
commit
32945c3e84
1 changed files with 2 additions and 1 deletions
3
loader/include/Geode/cocos/include/ccTypes.h
vendored
3
loader/include/Geode/cocos/include/ccTypes.h
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue