[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

IPTCPalette.Data

Gets a read-only pointer to the palette data array.

Declaration

Source position: paletted.inc line 41

function IPTCPalette.Data: PUint32;

Function result

A pointer to the palette data.

Description

Gets a read-only pointer to the palette data array. The data array is an array of r, g, b, a color values packed into a 32-bit integer in the format ARGB8888.