|
ColorRemapping Constructor (Byte, Byte, Byte)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic ColorRemapping(
byte[] redMap,
byte[] greenMap,
byte[] blueMap
)
Public Sub New (
redMap As Byte(),
greenMap As Byte(),
blueMap As Byte()
)
Request Example
View SourceParameters
- redMap
- Type: SystemByte
Red map. - greenMap
- Type: SystemByte
Green map. - blueMap
- Type: SystemByte
Blue map.
See Also