ImageEn, unit iexColorCurve

TIEColorCurve.EditingOptions

TIEColorCurve.EditingOptions


Declaration

property EditingOptions: TIECurveEditingOptions;


Description

Enable the display of aspects of the color curve editor
Item Description
cePointAddition Points can be added to the curve
cePointRemoval Points can be removed from the curve
cePointAdjustment Points can be moved on Y axis
cePointMovement Points can be moved on X axis

Default: [cePointAddition, cePointRemoval, cePointAdjustment, cePointMovement]


Example

// Disable point removal
IEColorCurve1.EditingOptions := IEColorCurve1.EditingOptions - [ cePointRemoval ];