Click or drag to resize

ApplyLutCommand Constructor (Byte, Byte, Byte, Byte)

Creates a new instance of ApplyLutCommand specifying channel1, channel2, channel3, and channel4.

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

Parameters

channel1
Type: SystemByte
An array of 256 bytes, representing the first color channel. This can be null (Nothing in Visual Basic).
channel2
Type: SystemByte
An array of 256 bytes, representing the second color channel. This can be null (Nothing in Visual Basic).
channel3
Type: SystemByte
An array of 256 bytes, representing the third color channel. This can be null (Nothing in Visual Basic).
channel4
Type: SystemByte
An array of 256 bytes, representing the fourth color channel. This can be null (Nothing in Visual Basic).
See Also