ImageEn, unit iexColorCurve
TIECurveEditingOptions
Declaration
TIECurveEditingOptions = set of (
cePointAddition, // Points can be added
cePointRemoval, // Points can be removed
cePointAdjustment, // Points can be moved on Y axis
cePointMovement // Points can be moved on X axis
);