Returns a pointer to the array of the palette colors.
void __fastcall SetColors(TColor* c);
Description
Use SetColors to set all the palette colors. The input parameter is an array of TColor, which defines all the 256 colors of the palette to be set. Note that if BeginUpdate was invoked, the change does not take place until EndUpdate is called.