ImageGear .NET
Boost Method




Page to process.
Amount by which to boost (or 'unboost') colors in the image. 1.0 corresponds to no change, < 1.0 decreases saturation and brightness, > 1.0 increases saturation and brightness.
This method increases saturation, brightness and contrast of the image.
Syntax
public static void Boost( 
   ImGearRasterPage page,
   double strength
)
public: static void Boost( 
   ImGearRasterPage* page,
   double strength
) 
public:
static void Boost( 
   ImGearRasterPage^ page,
   double strength
) 
'Declaration
 
Public Shared Sub Boost( _
   ByVal page As ImGearRasterPage, _
   ByVal strength As Double _
) 
 
'Usage
 
Dim page As ImGearRasterPage
Dim strength As Double
 
ImGearEffects.Boost(page, strength)

Parameters

page
Page to process.
strength
Amount by which to boost (or 'unboost') colors in the image. 1.0 corresponds to no change, < 1.0 decreases saturation and brightness, > 1.0 increases saturation and brightness.
Remarks
Use this method if you need a simple way to make old and faded images look more vivid.
See Also

Reference

ImGearEffects Class
ImGearEffects Members
ImGearRasterPage Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback