Remapping array for blue color plane.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public byte[] BlueMap { get; set; } |
Remarks
The remapping array should contain 256 remapping values. The remapping occurs by changing pixel's blue value b to BlueMap[b].
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | A map should be array with 256 value. |