Click or drag to resize
Accord.NET (logo)

ColorRemapping Constructor (Byte, Byte, Byte)

Initializes a new instance of the ColorRemapping class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ColorRemapping(
	byte[] redMap,
	byte[] greenMap,
	byte[] blueMap
)
Request Example View Source

Parameters

redMap
Type: SystemByte
Red map.
greenMap
Type: SystemByte
Green map.
blueMap
Type: SystemByte
Blue map.
See Also