◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_GPIBITMAPS typedef struct _RGB { /* rgb */ BYTE bBlue; BYTE bGreen; BYTE bRed; } RGB; The RGB structure contains a color definition. This structure is used by the BITMAPINFO structure. Field Description ──────────────────────────────────────────────────────────────────────────── bBlue Specifies the blue component of the color definition. bGreen Specifies the green component of the color definition. bRed Specifies the red component of the color definition. See Also BITMAPINFO ♦