EMRCOLORCORRECTPALETTE structure (wingdi.h)
The EMRCOLORCORRECTPALETTE structure contains members for the ColorCorrectPalette enhanced metafile record.
Syntax
typedef struct tagCOLORCORRECTPALETTE {
EMR emr;
DWORD ihPalette;
DWORD nFirstEntry;
DWORD nPalEntries;
DWORD nReserved;
} EMRCOLORCORRECTPALETTE, *PEMRCOLORCORRECTPALETTE;
Members
emr
The base structure for all record types.
ihPalette
The index of the palette handle to color correct.
nFirstEntry
The index of the first entry in the palette to color correct.
nPalEntries
The number of palette entries to color correct.
nReserved
Reserved.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |