Click or drag to resize

SwapChannelsCommand Constructor (Int32)

Creates a new instance of SwapChannelsCommand specifying the channels to swap.

Namespace:  Atalasoft.Imaging.ImageProcessing.Channels
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public SwapChannelsCommand(
	params int[] channel
)

Parameters

channel
Type: SystemInt32
A parameter array of the channel orders. Values must be between 1 and 4.
Exceptions
ExceptionCondition
Thrown if the array contains less than 2 entries or if the channel value is less than 1 or greater than 4.
See Also