Click or drag to resize

ApplyLutCommand Constructor (Byte, Byte)

Creates a new instance of ApplyLutCommand specifying channel1 and channel2.

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
)

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).
See Also