ImageGear for .NET
EqualizeContrast(ImGearRasterPage) Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > EqualizeContrast Method : EqualizeContrast(ImGearRasterPage) Method




page
Page to equalize.

Glossary Item Box

Equalizes image contrast.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

page
Page to equalize.

Remarks

If the image is indexed and not grayscale, it modifies the image's palette, otherwise it modifies the image's pixels. It processes only color channels.

This method can be applied only to the raster pages with standard (non Run-Ends) DIB.

Use CanApplyEqualizeContrast method to check whether the operation can be performed.

See Also

©2013. Accusoft Corporation. All Rights Reserved.