Contains methods used to retrieve various bitmap statistics.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class BitmapStatisticsProvider
var histogram = bitmap.Statistics.GetSumHistogram(); for (int i = 0; i < histogram.Length; i++) { Console.WriteLine(i + ": " + histogram[i]); }