Click or drag to resize

ApplyLutCommandSetChannelLut Method (ChannelFlags, Int32)

Sets a lookup 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 void SetChannelLut(
	ChannelFlags channel,
	int[] lut
)

Parameters

channel
Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channel you want to set.
lut
Type: SystemInt32
The look-up-table array.
Remarks
This method is for transforming two byte per pixel images. It must be given a table of 65536 Int32s.
See Also