Click or drag to resize

ApplyLutCommandBase Constructor (Byte, Byte, Byte)

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

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

Parameters

channel1
Type: SystemByte
An array of 256 bytes, representing the 1st color channel. This can be null.
channel2
Type: SystemByte
An array of 256 bytes, representing the 2nd color channel. This can be null.
channel3
Type: SystemByte
An array of 256 bytes, representing the 3rd color channel. This can be null.
See Also