RGB color value.
typedef struct _RGB {
BYTE bBlue; /* Blue component of the color definition. */
BYTE bGreen; /* Green component of the color definition. */
BYTE bRed; /* Red component of the color definition. */
} RGB;
typedef RGB * PRGB ;