mcWhichChannel Enumeration
|
|
Many methods take a "Channel To Process" parameter. The user can
either indicate a specific channel as an integer, or use this enumeration.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcWhichChannel
Members
| Member name | Value | Description |
---|
| mcwcAllChannels | -1 | all channels participate |
| mcwcRed | 0 | the Red channel of an RGB image |
| mcwcGreen | 1 | the Green channel of an RGB image |
| mcwcBlue | 2 | the Blue channel of an RGB image |
| mcwcBGRRed | 2 | the Red channel of a BGR image (channels reversed) |
| mcwcBGRGreen | 1 | the Green channel of a BGR image (channels reversed) |
| mcwcBGRBlue | 0 | the Blue channel of a BGR image (channels reversed) |
| mcwcHue | 0 | the Hue channel of either an HSI or HSL image |
| mcwcSaturation | 1 | the Saturation channel of either an HSI or HSL image |
| mcwcHSIIntensity | 2 | the Intensity channel of an HSI image |
| mcwcHSLLuminance | 2 | the Luminance channel of an HSL image |
| mcwcReal | 0 | the Real channel of a Complex image |
| mcwcImaginary | 1 | the Imaginary channel of a Complex image |
| mcwcMagnitude | 0 | the Magnitude channel of a Polar image |
| mcwcPhase | 1 | the Phase channel of a Polar image |
See Also