Click or drag to resize

IMcColorModel Interface

An interface implemented by McColorModel.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcColorModel

The IMcColorModel type exposes the following members.

Methods
  NameDescription
Public methodExtractChannel
Extract a single channel from a color image into a new image.
Public methodExtractMultipleChannels
Extract channels from a color image into new images.
Public methodMergeChannel
Replaces a Channel in an existing color image from a monochrome image.
Public methodCode exampleMergeMultipleChannels
Replaces one or more Channels in a new or existing color image from an array of monochrome images.
Public methodTransform
Transform a color image into a new image with a different color interpetation.
Top
See Also