ImageEn, unit hsvbox

THSVBox.OnChange

THSVBox.OnChange

Declaration

property OnChange: TNotifyEvent;

Description

Occurs whenever a color is changed.

Example

procedure TForm1.HSVBox1Change(Sender: TObject);
begin
  Shape1.Brush.Color := HSVBox1.Color;
end;

See Also

Color
SetColor
SetRGB