[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'GraphType' (#lazutils)

TRawImageDescription.PaletteBitsPerIndex

Bits per palette index, stored in the pixel data.

Declaration

Source position: graphtype.pp line 147

TRawImageDescription.PaletteBitsPerIndex : Byte;

Description

When a palette is used, the color description fields apply to the palette colors, while pixel data contains the palette index. Then Depth applies to the size of the palette colors, and the pixel data is described by PaletteBitsPerIndex and PaletteShift.

Errors

[ palettes are not yet implemented ]


Version 3.2 Generated 2024-02-25 Home