ImageEn, unit iexColorPalette |
|
TIEColorPalette.Clear
Declaration
procedure Clear();
Description
Removes all colors from the control (by clearing
Palette).
// Add a Red/Blue gradient to the control
IEColorPalette1.Clear();
IEColorPalette1.AppendGradientPalette( clBlue, clRed, 100 );