|  | IBitmapImageHEqualize Method (Single) | 
 Performs histogram equalization on the image.
 
    Namespace: 
   CohesiveComputing.Imaging
    Assembly:
   CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
 Syntax
SyntaxIBitmapImage HEqualize(
	float strength
)
Parameters
- strength
- Type: SystemSingle
 Determines how aggressively equalization is performed: 0 to 1.0, where 1.0 is full strength.
Return Value
Type: 
IBitmapImageA new image instance with effect applied.
 Exceptions
Exceptions See Also
See Also