ColorPalette-Struktur (gdipluspixelformats.h)
Die ColorPalette-Struktur definiert ein Array von Farben, die eine Farbpalette bilden. Bei den Farben handelt es sich um ARGB-Farben im 32-Bit-Format.
Syntax
struct ColorPalette {
UINT Flags;
UINT Count;
ARGB Entries[1];
};
Members
Flags
Typ: UINT
Kombination von Flags aus der PaletteFlags-Enumeration .
Count
Typ: UINT
Anzahl der Elemente im Array Entries .
Entries[1]
Typ: ARGB[1]
Array von ARGB-Farben.
Anforderungen
Unterstützte Mindestversion (Client) | Windows XP, Windows 2000 Professional [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows 2000 Server [nur Desktop-Apps] |
Kopfzeile | gdipluspixelformats.h (include Gdiplus.h) |