ApplyLutCommandBaseLLSetChannelLut Method (ChannelFlags, Byte) |
Sets 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 void LLSetChannelLut(
ChannelFlags channel,
byte[] lut
)
Protected Sub LLSetChannelLut (
channel As ChannelFlags,
lut As Byte()
)
Parameters
- channel
- Type: Atalasoft.Imaging.ImageProcessingChannelFlags
The channel to set the loop-up-table for. - lut
- Type: SystemByte
The loop-up-table byte array.
Remarks The array must have 256 elements.
See Also