ImageEn, unit iexColorCurve

TIEColorCurve.Update

TIEColorCurve.Update


Declaration

procedure Update();


Description

Update the display of the curve editor to reflect changes to properties.


Examples

// Adjust the styling of the adjustment points
IEColorCurve1.PointColor := clRed;
IEColorCurve1.PointFill  := clYellow;
IEColorCurve1.PointSize  := 10;
IEColorCurve1.PointShape := iepsCircle;
IEColorCurve1.Update();