ImageEn, unit iexColorCurve |
|
TIEColorCurve.PointFill
Declaration
property PointFill: TColor;
Description
Specifies the fill color of the adjustment points on the curve.
Set to clNone for unfilled points.
Note: You must call
Update after changing point properties.
Default: clWhite
IEColorCurve1.PointColor := clRed;
IEColorCurve1.PointFill := clYellow;
IEColorCurve1.PointSize := 10;
IEColorCurve1.PointShape := iepsCircle;
IEColorCurve1.Update();
See Also
◼PointShape◼PointSize