MetaSelectPalette


This metafile command selects a color palette.

class MetaSelectPalette : public Meta
{
 public:
  unsigned Palette;
};

Members

Palette The index of the logical palette in the device context table.

Notes

See related C function SelectPalette.