'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)
public static void Boost( ImGearRasterPage page, double strength )
public: static void Boost( ImGearRasterPage* page, double strength )
public: static void Boost( ImGearRasterPage^ page, double 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.