ImageGear .NET
EqualizeContrast(ImGearRasterPage) Method




Page to equalize.
Equalizes image contrast.
Syntax
public static void EqualizeContrast( 
   ImGearRasterPage page
)
public: static void EqualizeContrast( 
   ImGearRasterPage* page
) 
public:
static void EqualizeContrast( 
   ImGearRasterPage^ page
) 
'Declaration
 
Public Overloads Shared Sub EqualizeContrast( _
   ByVal page As ImGearRasterPage _
) 
 
'Usage
 
Dim page As ImGearRasterPage
 
ImGearRasterProcessing.EqualizeContrast(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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback