Description

Reset all the LUTs attached to the image.

Return Type

None  

Syntax

object.Reset [mode]

The Reset Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McLookupTables.
modeOptional. A mcLutResetMode enumeration, as described in settings.

Which settings to reset.

Settings

The settings for mode are:

ConstantValueDescription
 mclrmAll3

Reset all settings.

 mclrmBCGR1

Reset everything except black and white levels.

 mclrmBW2

Reset black and white levels only.

 mclrmBWBestFit4

Reset black and white levels to their best fit value only.

 mclrmBWTrueRange8

Reset black and white levels to their true range value only.

Remarks

This function has no effect if LUTs have not been created yet.