Click or drag to resize

IMcLookupTables2 Interface

An interface implemented by McLookupTables.

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

The IMcLookupTables2 type exposes the following members.

Properties
  NameDescription
Public propertyCount
A read-only property returning the number of LookupTables (LUTs) attached to the image.
Public propertyIsImageLookupTables
True if this McLookupTables instance is the McImage.LookupTable property for its ancestor McImage.
Public propertyItem
Get a look-up-table (LUT) attached to an image.
Public propertyPseudoColor
A property that overrides any default pseudo coloring attached to the parent McImage.
Top
Methods
  NameDescription
Public methodApply
This function makes permanent the current Brightness, Contrast and Gamma adjustments.
Public methodCopyFrom
Copy properties from a source McLookupTables instance.
Public methodCode exampleDuplicate
Create a duplicate McLookupTables instance.
Public methodLoad
This function loads intensity and color adjustments that have been saved.
Public methodRealize
Calculate the various LUTs based on their respective settings
Public methodReset
Reset the LUT settings for all of the LUTs in the collection
Public methodSave
This function saves the Lookup Table (LUT) settings.
Top
See Also