Update ccTypes.h

This commit is contained in:
dankmeme01 2024-04-16 07:43:04 +02:00 committed by GitHub
parent 5e11ddab85
commit d7c3d4af62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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