[Overview][Constants][Types][Classes][Index] |
Gets a pointer to the palette data array.
Source position: paletted.inc line 35
function IPTCPalette.Lock: PUint32; |
A pointer to the palette data.
Gets a 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. Each successful palette lock must be accompanied by an unlock (See IPTCPalette.Unlock). Only one lock is allowed on a palette object at any one time.
TPTCError - a TPTCError exception is raised on failure.