Click or drag to resize

ApplyLutCommandBaseLLGetChannelLut Method

Returns the loop-up-table for a single channel.

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
protected byte[] LLGetChannelLut(
	ChannelFlags channel
)

Parameters

channel
Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channel you want to retrieve the loop-up-table from.

Return Value

Type: Byte
A 256 element byte array containing the loop-up-table.
See Also