Click or drag to resize

MergeChannels Class

Merges the mono images into the color image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandIList, McImage
          MediaCy.Commands.ImageMergeChannels

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class MergeChannels
	Inherits OneInputOneOutputCommand(Of IList, McImage)

The MergeChannels type exposes the following members.

Constructors
  NameDescription
Public methodMergeChannels
Initializes a new instance of the MergeChannels class
Public methodMergeChannels(String)
Initializes a new instance of the MergeChannels class
Public methodMergeChannels(McCommand)
Initializes a new instance of the MergeChannels class
Top
Properties
  NameDescription
Public propertyInterpretation
Defines interpretation of source channels.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks
Collection of McImage, IMcDocument and McWindows is supported.
See Also