MetaCreatePalette


This metafile command creates a color palette.

class MetaCreatePalette : public Meta
{
 public:
  unsigned PaletteIndex;
  LogicalPalette LogicalPaletteCreate;
};

Members

PaletteIndex The index into the handle table of the color palette.
LogicalPaletteCreate An instance of the class LogicalPalette.

Notes

See related C function CreatePalette.