ImageGear .NET v25.1 - Updated
EqualizeContrast(ImGearRasterPage) Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > EqualizeContrast Method : EqualizeContrast(ImGearRasterPage) Method
Page to equalize.
Equalizes image contrast.
Syntax
'Declaration
 
Public Overloads Shared Sub EqualizeContrast( _
   ByVal page As ImGearRasterPage _
) 
'Usage
 
Dim page As ImGearRasterPage
 
ImGearRasterProcessing.EqualizeContrast(page)
public static void EqualizeContrast( 
   ImGearRasterPage page
)
public: static void EqualizeContrast( 
   ImGearRasterPage* page
) 
public:
static void EqualizeContrast( 
   ImGearRasterPage^ page
) 

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

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
Overload List
ImGearRasterPage Class