GR_PALETTE

Name

GR_PALETTE -- Color palette

Synopsis

typedef struct 
{
    GR_COUNT       count;
    GR_PALENTRY    palette[256];
} GR_PALETTE;
  

Description

The GR_PALETTE structure is used to describe an array of colors that the system will render.

Fields

TypeNameDescription
GR_COUNTcountThe number of palette entrys in the palette array.
GR_PALENTRYpaletteAn array of palette colors.