Click or drag to resize
Accord.NET (logo)

OrderedColorDithering Constructor (Byte)

Initializes a new instance of the OrderedColorDithering class.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public OrderedColorDithering(
	byte[,] matrix
)
Request Example View Source

Parameters

matrix
Type: SystemByte
Threshold matrix (see ThresholdMatrix property).
See Also