Description
Inquire whether the LUT is linear.
-
Property type
-
A Boolean value.
-
Syntax
-
object.Linear
The Linear Property syntax has these parts: |
| object | An expression evaluating to an object of type McLookupTable. | Remarks
A LUT is linear if for each i between 0 and Length-1, LUT(i) = i. This is the case when the LUT is created, after a call to Reset, or when the various brightness, contrast, gamma... parameters are set to their default values. Note that application of the Black and White levels is not considered to affect the linear status. Also, the status of EnableResponse (which forces a linear response when FALSE) is not checked.
|