Description

Reset the LUT settings to their default values.

Return Type

None  

Syntax

object.Reset [mode]

The Reset Method syntax has these parts:

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

mcLutResetMode : 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 resets the Modified flag to FALSE.