[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The type of a color Palette Handle.
Source position: lcltype.pp line 109
type HPALETTE = type THandle; |
A color palette is frequently used in compressed bitmaps, which contain short (1..8 bit) palette indices instead of RGB colors, for every pixel.
lazarus-ccr.sourceforge.net |