MetaResizePalette



This metafile command alters the size of the logical color palette.

class MetaResizePalette : public Meta
{
 public:
  unsigned Palette;
  unsigned Entries;
};

Members

Palette The index of the palette whose size is being adjusted.
Entries The number of entries in the newly adjusted palette.

Notes

See related C function ResizePalette.