TIvoryPalette::GetColors

Returns a pointer to the array of the palette colors.

const TColor* __fastcall GetColors() const;

Description

Use GetColors to get a pointer to the array of the palette colors. The returned pointer is constant, the palette colors returned by GetColors are read-only. Use SetColors to modify the palette colors.

Back to TIvoryPalette