Click or drag to resize

mcColorSpectrum Enumeration

An aspect of an Image's McPseudoColor. This type definition specifies the color spectrum used when generating the pseudo-coloring. The mccsCustom value indicates that the pseudo-coloring was built up from custom colors and may not represent a specific spectrum; mccsCustom cannot be used to set the ColorSpectrum property.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcColorSpectrum
Members
  Member nameValueDescription
mccsRedBlue0An mcstHSICCW spectrum is generated from Red to Blue
mccsBlueRed1An mcstHSICW spectrum is generated from Blue to Red
mccsRed2An mcstRGB spectrum is generated from black to Red
mccsGreen3An mcstRGB spectrum is generated from black to Green
mccsBlue4An mcstRGB spectrum is generated from black to Blue
mccsCyan5An mcstRGB spectrum is generated from black to Cyan
mccsMagenta6An mcstRGB spectrum is generated from black to Magenta
mccsYellow7An mcstRGB spectrum is generated from black to Yellow
mccsRedBlueLabels8An mcstLabels spectrum is generated from Red to Blue
mccsBlueRedLabels9An mcstLabels spectrum is generated from Blue to Red
mccsCustom-1The spectrum is unknown (the pseudo-coloring was built up from custom colors).
See Also