Click or drag to resize

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
Syntax
VB
Public Enumeration mcWhichChannel
Members
  Member nameValueDescription
mcwcAllChannels-1all channels participate
mcwcRed0the Red channel of an RGB image
mcwcGreen1the Green channel of an RGB image
mcwcBlue2the Blue channel of an RGB image
mcwcBGRRed2the Red channel of a BGR image (channels reversed)
mcwcBGRGreen1the Green channel of a BGR image (channels reversed)
mcwcBGRBlue0the Blue channel of a BGR image (channels reversed)
mcwcHue0the Hue channel of either an HSI or HSL image
mcwcSaturation1the Saturation channel of either an HSI or HSL image
mcwcHSIIntensity2the Intensity channel of an HSI image
mcwcHSLLuminance2the Luminance channel of an HSL image
mcwcReal0the Real channel of a Complex image
mcwcImaginary1the Imaginary channel of a Complex image
mcwcMagnitude0the Magnitude channel of a Polar image
mcwcPhase1the Phase channel of a Polar image
See Also