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