Share via


LOGPALETTE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure defines a logical color palette.

Syntax

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 PALETTEENTRY structures 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

Header windows.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CreatePalette (GDI)
PALETTEENTRY
GDI Structures