paletteColor

Describes a color used by palettes.

typedef struct tagpaletteColor { BYTE b; BYTE g; BYTE r; BYTE a; } paletteColor;

Members

b
Blue component

g
Green component

r
Red component

a
Alpha component

Remarks

See Also

Copyright © 2004-2010 Fragmosoft