Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ColorPalette structure defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors.
struct ColorPalette {
UINT Flags;
UINT Count;
ARGB Entries[1];
};
Flags
Type: UINT
Combination of flags from the PaletteFlags enumeration.
Count
Type: UINT
Number of elements in the Entries array.
Entries[1]
Type: ARGB[1]
Array of ARGB colors.
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | gdipluspixelformats.h (include Gdiplus.h) |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!