ColorPalette 结构 (gdipluspixelformats.h)
ColorPalette 结构定义构成调色板的颜色数组。 这些颜色是 32 位 ARGB 颜色。
语法
struct ColorPalette {
UINT Flags;
UINT Count;
ARGB Entries[1];
};
成员
Flags
类型: UINT
PaletteFlags 枚举中的标志组合。
Count
类型: UINT
Entries 数组中的元素数。
Entries[1]
类型: ARGB[1]
ARGB 颜色数组。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
标头 | gdipluspixelformats.h (包括 Gdiplus.h) |