mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
changed cchsvvalue back
This commit is contained in:
parent
29b4732173
commit
42fe3ba7b4
1 changed files with 3 additions and 1 deletions
4
loader/include/Geode/cocos/include/ccTypes.h
vendored
4
loader/include/Geode/cocos/include/ccTypes.h
vendored
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue