ImageEn, unit iexColorCurve |
|
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]
// Disable point removal
IEColorCurve1.EditingOptions := IEColorCurve1.EditingOptions - [ cePointRemoval ];