Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32🞂TPalette32Type

TPalette32

256-element array of 32-bit ARGB colors representing an indexed color palette.

Declaration ​

pascal
TPalette32 = array[Byte] of TColor32;
PPalette32 = ^TPalette32;

Description ​

TPalette32 is a 256-element array of TColor32 values representing an indexed 8-bit color palette.

TPalette32 is used for palette-based color operations, converting indexed bitmaps or LUTs to 32-bit ARGB colors, and Windows GDI palette conversions.

See also ​