Click or drag to resize

ApplyLutCommandGetChannelLut Method

Returns the look-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
public byte[] GetChannelLut(
	ChannelFlags channel
)

Parameters

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

Return Value

Type: Byte
The look-up-table for the specified channel.
Exceptions
ExceptionCondition
Thrown if an attempt is made to select more than 1 channel.
See Also