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()
Public Function GetBrightnessHistogram As Integer()
Return Value
Type:
Int32 An array containing a histogram of brightness values in the image.
Exceptions Exception | Condition |
---|
| 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