Microsoft Windows CE 3.0  

LOGPALETTE

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

This structure defines a logical color palette.

typedef
struct
tagLOGPALETTE
{
WORD
palVersion
;
WORD
palNumEntries
;
PALETTEENTRY
palPalEntry
[1]
;
}
LOGPALETTE;

Members

palVersion
Specifies the version number of the system.
palNumEntries
Specifies the number of entries in the logical color palette.
palPalEntry
Specifies an array of PALETTEENTRYstructures that define the color and usage of each entry in the logical palette.

Remarks

The colors in the palette-entry table should appear in order of importance because entries earlier in the logical palette are most likely to be placed in the system palette.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.0 and later Wingdi.h    
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CreatePalette, PALETTEENTRY