ImageEn, unit iexColorCurve

TIEColorCurve.PointFill

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

Example

IEColorCurve1.PointColor := clRed;
IEColorCurve1.PointFill  := clYellow;
IEColorCurve1.PointSize  := 10;
IEColorCurve1.PointShape := iesEllipse;
IEColorCurve1.Update();

See Also

PointShape
PointSize