ApplyLutCommandBase Constructor (Byte, Byte, Byte, Byte) |
Creates a new instance of
ApplyLutCommandBase specifying channel1, channel2, channel3, and channel4.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.3.0.0.0.668 (.NET 4.5.2, x86)
Syntax public ApplyLutCommandBase(
byte[] channel1,
byte[] channel2,
byte[] channel3,
byte[] channel4
)
Public Sub New (
channel1 As Byte(),
channel2 As Byte(),
channel3 As Byte(),
channel4 As Byte()
)
Parameters
- channel1
- Type: SystemByte
An array of 256 bytes, representing the 1st color channel. This can be null. - channel2
- Type: SystemByte
An array of 256 bytes, representing the 2nd color channel. This can be null. - channel3
- Type: SystemByte
An array of 256 bytes, representing the 3rd color channel. This can be null. - channel4
- Type: SystemByte
An array of 256 bytes, representing the 4th color channel. This can be null.
See Also