Click or drag to resize

IMcLookupTable Interface

An interface implemented by McLookupTable.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcLookupTable

The IMcLookupTable type exposes the following members.

Properties
  NameDescription
Public propertyBlackLevel
The black level.
Public propertyBrightness
Get or set the brightness value associated with the LUT. Values range from 0 to 100. Default (neutral) value is 50.
Public propertyChannel
Get the 0-based channel number the LUT is associated with.
Public propertyContrast
Get or set the contrast value associated with the LUT. Values range from 0 to 100. Default (neutral) value is 50.
Public propertyEnableBWLevels
Get or set whether or not the BlackLevel and WhiteLevel are enabled.
Public propertyEnableResponse
Inquire or set whether or not the response curve is enabled (default is True).
Public propertyExtendedLut
Get the composite response curve LUT in one of several formats.
Public propertyFreeForm
Get or set the user defined response curve, or one element of the curve.
Public propertyFreeFormLength
The length of the free-form curve.
Public propertyGamma
Get or set the gamma value associated with the LUT. Values range from 0.1 to 10.0. Default (neutral) value is 1.0
Public propertyInverse
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.
Public propertyLength
Get or set the curve LUT length.
Public propertyLinear
Inquire whether the LUT is linear.
Public propertyLut
Get the composite response curve LUT or one element of the curve.
Public propertyModified
Inquire whether the LUT was modified since it was last Realized.
Public propertyWhiteLevel
The white level.
Top
Methods
  NameDescription
Public methodEqualization
Performs a histogram equalization on an image.
Public methodRealize
Calculate the effective LUT from all the other settings.
Public methodReset
Reset the LUT settings.
Top
See Also