IMcPseudoColor Interface |
![]() |
Namespace: MediaCy.IQL.Engine
Public Interface IMcPseudoColor
The IMcPseudoColor type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ColorSpectrum | This property specifies a color spectrum for the pseudo-coloring look-up table. |
![]() | EndColor | This property specifies the ending color for the pseudo-coloring look-up table. |
![]() | ExtendRange | This property specifies the spectrum behavior outside the image's display range. |
![]() | IntensityRange | This property specifies the intensity range for the pseudo-coloring
look-up table |
![]() | Modified | This property indicates whether the pseudo-color has been modified
and needs to be realized. |
![]() | Repetitions | This property specifies the number of times that the spectrum will be repeated. |
![]() | Size | This property specifies the size (granularity) of the pseudo-coloring. |
![]() | SpectrumType | This property specifies the spectrum type for the pseudo-coloring look-up table |
![]() | StartColor | This property speciries the starting color for the pseudo-coloring look-up table. |
![]() | Visible | This property specifies whether the pseudo-coloring is applied to the image display. |
Name | Description | |
---|---|---|
![]() ![]() | AddColor | This method is used to build a custom pseudo-color (see Remarks). |
![]() | GetColor | This method returns a single pseudo-color (see Remarks). |
![]() | GetLUTForImageType | This property returns the pseudo-coloring LUT for the given image type. |
![]() | IsEquivalent | This method can be used to compare two pseudo-color objects. |
![]() | MakeDuplicateOf | This method is used to set the pseudo-coloring from another existing
pseudo-color object. |
![]() ![]() | RealizeForImageType | This method realizes the pseudo-color LUT for a given image type. |
![]() | RemoveColor | This method is used to edit a custom pseudo-color (see Remarks). |
![]() | Reset | This method resets the pseudo-color LUT, typically used prior to
adding colors with the AddColor() method. |
![]() | SetFromLUT | This method is used to set the pseudo-coloring from a pseudo-color LUT. |
![]() | UpdateColor | This method is used to update a custom pseudo-color. |