Click or drag to resize

IMcPseudoColor Interface

An object exposing all pseudo-coloring properties for a single channel.

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

The IMcPseudoColor type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleColorSpectrum
This property specifies a color spectrum for the pseudo-coloring look-up table.
Public propertyEndColor
This property specifies the ending color for the pseudo-coloring look-up table.
Public propertyExtendRange
This property specifies the spectrum behavior outside the image's display range.
Public propertyIntensityRange
This property specifies the intensity range for the pseudo-coloring look-up table
Public propertyModified
This property indicates whether the pseudo-color has been modified and needs to be realized.
Public propertyRepetitions
This property specifies the number of times that the spectrum will be repeated.
Public propertySize
This property specifies the size (granularity) of the pseudo-coloring.
Public propertySpectrumType
This property specifies the spectrum type for the pseudo-coloring look-up table
Public propertyStartColor
This property speciries the starting color for the pseudo-coloring look-up table.
Public propertyVisible
This property specifies whether the pseudo-coloring is applied to the image display.
Top
Methods
  NameDescription
Public methodCode exampleAddColor
This method is used to build a custom pseudo-color (see Remarks).
Public methodGetColor
This method returns a single pseudo-color (see Remarks).
Public methodGetLUTForImageType
This property returns the pseudo-coloring LUT for the given image type.
Public methodIsEquivalent
This method can be used to compare two pseudo-color objects.
Public methodMakeDuplicateOf
This method is used to set the pseudo-coloring from another existing pseudo-color object.
Public methodCode exampleRealizeForImageType
This method realizes the pseudo-color LUT for a given image type.
Public methodRemoveColor
This method is used to edit a custom pseudo-color (see Remarks).
Public methodReset
This method resets the pseudo-color LUT, typically used prior to adding colors with the AddColor() method.
Public methodSetFromLUT
This method is used to set the pseudo-coloring from a pseudo-color LUT.
Public methodUpdateColor
This method is used to update a custom pseudo-color.
Top
Remarks
There can be one optional pseudo-color object associated with a grayscale frame (a frame of any image having a monochrome interpretation).
See Also