ImageEn, unit iexColorCurve

TIEColorCurve.PointColor

TIEColorCurve.PointColor

Declaration

property PointColor: TColor;

Description

Specifies the color of the adjustment points on the curve.

Note: You must call Update after changing point properties.

Default: clBlack

Example

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

See Also

PointShape
PointSize