Fix ccHSVValue ()

This commit is contained in:
Justin 2024-04-16 01:16:51 -04:00 committed by GitHub
parent 2443422e94
commit 5e11ddab85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,10 +48,9 @@ typedef struct _ccColor3B
typedef struct _ccHSVValue
{
float h, s, v;
GLubyte absoluteSaturation;
GLubyte absoluteBrightness;
bool saturationChecked;
bool brightnessChecked;
private: unsigned char __pad[2];
} ccHSVValue;
static inline ccHSVValue