Click or drag to resize

IBitmapImageGetHistograms Method (ColourChannel)

Generates histogram statistics for the image.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IImageStatistics GetHistograms(
	ColourChannel colourChannel
)

Parameters

colourChannel
Type: CohesiveComputing.ImagingColourChannel
Colour channel.

Return Value

Type: IImageStatistics
Histogram statistics for the image.
See Also