Click or drag to resize

ApplyLutCommandBase Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the ApplyLutCommandBase class.

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 ApplyLutCommandBase(
	int[] channel1,
	int[] channel2,
	int[] channel3,
	int[] channel4
)

Parameters

channel1
Type: SystemInt32
The channel1.
channel2
Type: SystemInt32
The channel2.
channel3
Type: SystemInt32
The channel3.
channel4
Type: SystemInt32
The channel4.
See Also