ImageEn, unit iexColorCurve |
|
TIEColorCurve.ResetAllCurves
Declaration
procedure ResetAllCurves();
Description
Resets the curve of all channels to the default position (i.e. image color will not be affected).
Use
ResetChannelCurve to reset a specific channel.
// Reset curves of all channels
IEColorCurve1.ResetAllCurves();