Click or drag to resize

ExtractChannel Class

Extracts the selected channel from the color image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageExtractChannel

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ExtractChannel
	Inherits ImageOperatorCommand(Of Object, McImage)

The ExtractChannel type exposes the following members.

Constructors
  NameDescription
Public methodExtractChannel
Initializes a new instance of the ExtractChannel class
Public methodExtractChannel(String)
Initializes a new instance of the ExtractChannel class
Public methodExtractChannel(McCommand)
Initializes a new instance of the ExtractChannel class
Top
Properties
  NameDescription
Public propertyChannel
Defines channel to extract.
Public propertyInterpretation
Defines interpretation of the channel to extract.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks