IMcLookupTable2Linear Property
|
|
Inquire whether the LUT is linear.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
RemarksA 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.
Note |
---|
HIL code maintained a flag which was set each time the LUTs were realized.
This code only does it on demand. Except for the free-form LUT, for which
we do maintain a boolean. |
See Also