The AdjustSaturation method adjusts the saturation of an image.
Syntax
object.AdjustSaturation ( Range )
Parameter |
Type |
Description |
Range |
Integer |
required; value between -100 and 100 |
Example
This example increases the color saturation of an image by 50 percent.
Bitmap.AdjustSaturation(50)
Used by: Bitmap object