mcLookupTablesCommandFlags Enumeration
|
|
Values for IMcLookupTablesEx.CommandFlags assignment. None are currently defined.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcLookupTablesCommandFlags
Members
| Member name | Value | Description |
---|
| mclutcfNoFlags | 0 | No flags |
| mclutcfIgnoreBCGwhenPseudoColoring | 256 | A state flag. If set,when a pseudo-color is applied when accessing the
McLookupTable.ExtendedLut[Ex](mceltDisplay) property, only the BlackLevel
and WhiteLevel are considered when mapping image luminance values onto the
McPseudoColor color elements. If clear, then the full lookup table is
considered when applying the pseudo-color. |
See Also