IMcDisplayChannelToView Property
|
|
This property is used to control display of individual R, G or B channels.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxProperty ChannelToView As Integer
Get
Set
Property Value
Type:
Int32
RemarksThe default value of mcwcAllChannels (-1) implies all channels. A
value of 0 through 2 specifies that only the Red, Green or Blue display
channels, respectively, should be shown.
Note that the channel displayed is one of the final RGB channels after applying any
lookup tables and casting the result to RGB for display. This works the same
irrespective of the source image type, which might be monochrome, HSI, etcetera.
If you want to view one channel of some multichannel image type, use the McOpLib
IMcColorModel.ExtractChannel method to extract your channel of interest as a
monochrome image.
See Also