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

IPTCPalette.Load

Loads the color values to the palette from the color array, specified as argument.

Declaration

Source position: line 0

procedure IPTCPalette.Load(

  const AData: array of Uint32

);

procedure IPTCPalette.Load(

  AData: Pointer

);

Arguments

AData

  

The palette data.

Arguments

AData

  

The palette data.

Description

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.