Description
Reset all the LUTs attached to the image.
-
Return Type
-
None
-
Syntax
-
object.Reset [mode]
The Reset Method syntax has these parts: |
| object | An expression evaluating to an object of type McLookupTables. | | mode | Optional. A mcLutResetMode enumeration, as described in settings. Which settings to reset.
| Settings The settings for mode are:
 | mclrmAll | 3 |
Reset all settings.
|
 | mclrmBCGR | 1 |
Reset everything except black and white levels.
|
 | mclrmBW | 2 |
Reset black and white levels only.
|
 | mclrmBWBestFit | 4 |
Reset black and white levels to their best fit value only.
|
 | mclrmBWTrueRange | 8 |
Reset black and white levels to their true range value only.
|
Remarks
This function has no effect if LUTs have not been created yet.
|