Click or drag to resize

ApplyLutCommandBaseLLSetChannelLut Method (ChannelFlags, Int32)

Low-level implementation of set channel look up table.

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 void LLSetChannelLut(
	ChannelFlags channel,
	int[] lut
)

Parameters

channel
Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channel.
lut
Type: SystemInt32
The lut.
Exceptions
ExceptionCondition
ArgumentException The lut array must have 65536 elements.;lut or You must select a single channel.;channel
See Also