ImageEn, unit iexColorCurve |
|
TIEColorCurve.ResetChannelCurve
Declaration
procedure ResetChannelCurve(Channel: TIECurveChannel);
Description
Resets the curve of the specified channel to the default position (i.e. image color will not be affected).
Use
ResetAllCurves to reset allc channels.
// Reset the displayed channel
IEColorCurve1.ResetChannelCurve( IEColorCurve1.Channel );
// Reset the Red channel
IEColorCurve1.ResetChannelCurve( ieccRed );