This documentation is for the old version. Go to the latest Graphics Mill docs

Histogram.BuildSum Method

Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values.

Overload List

Name Description
Public method BuildSum(Bitmap, Boolean)

Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values (sum of these values divided at channels number). You can specify whether alpha channel should be included into this sum.

Public method BuildSum(Bitmap, Boolean[])

Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values (sum of these values divided at channels number). You can specify what channels to include into this sum via channels argument.

Public method BuildSum(Bitmap, Int32)

Builds the histogram for specified bitmap. Histogram is based on the value of channel at specified index.

Public method BuildSum(BitmapData, Boolean)

Builds the histogram for specified bitmap data. Histogram is based on average of pixel channels values (sum of these values divided at channels number). You can specify whether alpha channel should be included into this sum.

Public method BuildSum(BitmapData, Boolean[])

Builds the histogram for specified bitmap data. Histogram is based on average of pixel channels values (sum of these values divided at channels number). You can specify what channels to include into this sum via channels argument.

Public method BuildSum(BitmapData, Int32)

Builds the histogram for specified bitmap data. Histogram is based on the value of channel at specified index.

See Also

Reference