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

IPTCPalette.Save

Saves the palette color values to the color array, specified as argument.

Declaration

Source position: line 0

procedure IPTCPalette.Save(

  var AData: array of Uint32

);

procedure IPTCPalette.Save(

  AData: Pointer

);

Arguments

AData

  

The palette data.

Arguments

AData

  

The palette data.

Description

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.