C# Class ImageProcessor.Imaging.Quantizers.WuQuantizer.Histogram

The histogram representing the distribution of color data. Adapted from
显示文件 Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
Histogram ( ) : System

Initializes a new instance of the Histogram class.

Private Methods

Method Description
Clear ( ) : void

The clear.

Method Details

Histogram() public method

Initializes a new instance of the Histogram class.
public Histogram ( ) : System
return System