Description

Image operator to provide color channel access and color model conversion, exposed as Image.ColorModel.

Remarks

When used as the Image.ColorModel operator, this operator uses its parent Image as the source, unless a different source image is provided in the optional parameter. If another image is passed as a parameter to one of its methods, it is used as the source of the operation. The result is usually a new image.

It can also be created independently using CreateOperator. In this case the operator does not have a parent and the parent image to be used as the source must be supplied in the parameter.

Members

Methods
ExtractChannel

Extract a single channel from a color image into a new image.

ExtractMultipleChannels

Extract channels from a color image into new images.

MergeChannel

Replaces a Channel in an existing color image from a monochrome image.

MergeMultipleChannels

Replaces one or more Channels in a new or existing color image from an array of monochrome images.

Transform

Transform a color image into a new image with a different color interpetation.