Click or drag to resize

ApplyLutCommand Constructor (Int32)

Creates a new instance of ApplyLutCommand specifying channel1 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
)

Parameters

channel1
Type: SystemInt32

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

See Also