Click or drag to resize

ExtractAllChannels Class

Extracts all channels from the color image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, IList
          MediaCy.CommandsImageOperatorCommandObject, IList
            MediaCy.Commands.ImageExtractAllChannels

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

The ExtractAllChannels type exposes the following members.

Constructors
  NameDescription
Public methodExtractAllChannels
Initializes a new instance of the ExtractAllChannels class
Public methodExtractAllChannels(String)
Initializes a new instance of the ExtractAllChannels class
Public methodExtractAllChannels(McCommand)
Initializes a new instance of the ExtractAllChannels class
Top
Properties
  NameDescription
Public propertyInterpretation
Defines interpretation of the channels to extract.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks