Description
Get or set whether or not the LUT is inversed. LUT inversion where TRUE means the LUT is inversed and FALSE maans the LUT is not inversed). Default value is FALSE.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Inverse [= value]
The Inverse Property syntax has these parts: |
| object | An expression evaluating to an object of type McLookupTable. | | value | A Boolean value. | Remarks
When the inversion flag is set, the LUT is inversed (i.e. black becomes white and vice versa). Note that for multi-channel images, normal image inversion is accomplished by inverting the luminance channel, but it is also possible to invert one or more channels separately.
|