Click or drag to resize

ApplyLutCommand Constructor (Int32, Int32, Int32, Int32)

Creates a new instance of ApplyLutCommand specifying channel1, channel2, channel3, and channel4 for two byte per pixel images.

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

Parameters

channel1
Type: SystemInt32

An array of 65536 Int32s, representing the first color channel. This can be null (Nothing in Visual Basic).

channel2
Type: SystemInt32

An array of 65536 Int32s, representing the second color channel. This can be null (Nothing in Visual Basic).

channel3
Type: SystemInt32

An array of 65536 Int32s, representing the third color channel. This can be null (Nothing in Visual Basic).

channel4
Type: SystemInt32

An array of 65536 Int32s, representing the fourth color channel. This can be null (Nothing in Visual Basic).

See Also