Builds the histogram for specified bitmap. Histogram is based on average of pixel channels values.
Name | Description | |
---|---|---|
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. |
|
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. |
|
BuildSum(Bitmap, Int32) |
Builds the histogram for specified bitmap. Histogram is based on the value of channel at specified index. |
|
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. |
|
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. |
|
BuildSum(BitmapData, Int32) |
Builds the histogram for specified bitmap data. Histogram is based on the value of channel at specified index. |