ImageEn, unit iexColorPalette

TIEColorPalette.Clear

TIEColorPalette.Clear


Declaration

procedure Clear();


Description

Removes all colors from the control (by clearing Palette).


Example

// Add a Red/Blue gradient to the control
IEColorPalette1.Clear();
IEColorPalette1.AppendGradientPalette( clBlue, clRed, 100 );