ImageEn, unit iexColorCurve

TIEColorCurve.ResetAllCurves

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.

Examples

// Reset curves of all channels
IEColorCurve1.ResetAllCurves();