Click or drag to resize

HistogramGetBrightnessHistogram Method

Returns an array containing a histogram of brightness values in the image.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int[] GetBrightnessHistogram()

Return Value

Type: Int32
An array containing a histogram of brightness values in the image.
Exceptions
ExceptionCondition
Thrown if the Image property is null.
Thrown if the pixel format is colormapped, or CMYK.
Remarks
Returns the gray channel with grayscale images.
See Also