[Overview][Constants][Types][Classes][Index] |
Loads the color values to the palette from the color array, specified as argument.
Source position: line 0
procedure IPTCPalette.Load( |
const AData: array of Uint32 |
); |
AData: Pointer |
); |
AData |
|
The palette data. |
AData |
|
The palette data. |
Loads the color values from AData to the palette. The AData array is an array of r, g, b, a color values packed into a 32-bit integer in the format ARGB8888.