Click or drag to resize
Accord.NET (logo)

ColorRemappingRedMap Property

Remapping array for red color plane.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public byte[] RedMap { get; set; }
Request Example View Source

Property Value

Type: Byte
Exceptions
ExceptionCondition
ArgumentExceptionA map should be array with 256 value.
Remarks

The remapping array should contain 256 remapping values. The remapping occurs by changing pixel's red value r to RedMap[r].

See Also