CRGB
typedef struct tagCRGB {
BYTE
bRed;
BYTE
bGreen;
BYTE
bBlue;
BYTE
bExtra; }
CRGB
;