Click or drag to resize

ApplyLutCommand Constructor

Create an ApplyLutCommand used to modify the Look-up-table of an image.
Overload List
  NameDescription
Public methodApplyLutCommand
Creates a new instance of ApplyLutCommand.
Public methodApplyLutCommand(Byte)
Creates a new instance of ApplyLutCommand specifying channel1.
Public methodApplyLutCommand(Int32)
Creates a new instance of ApplyLutCommand specifying channel1 for two byte per pixel images.
Public methodApplyLutCommand(Byte, Byte)
Creates a new instance of ApplyLutCommand specifying channel1 and channel2.
Protected methodApplyLutCommand(SerializationInfo, StreamingContext)
Creates a new instance of ApplyLutCommand from serialization information.
Public methodApplyLutCommand(Byte, Byte, Byte)
Creates a new instance of ApplyLutCommand specifying channel1, channel2 and channel3.
Public methodApplyLutCommand(Int32, Int32, Int32)
Creates a new instance of ApplyLutCommand specifying channel1, channel2 and channel3 for two byte per pixel images.
Public methodApplyLutCommand(Byte, Byte, Byte, Byte)
Creates a new instance of ApplyLutCommand specifying channel1, channel2, channel3, and channel4.
Public methodApplyLutCommand(Int32, Int32, Int32, Int32)
Creates a new instance of ApplyLutCommand specifying channel1, channel2, channel3, and channel4 for two byte per pixel images.
Top
See Also