xtd 0.2.0
Loading...
Searching...
No Matches

◆ saturate() [2/2]

static xtd::drawing::image xtd::drawing::image_converter::saturate ( const xtd::drawing::image image,
double  percent 
)
static

Creates a new saturate image of the specified image with specified percent factor.

Parameters
imageThe image to change saturation.
percentThe percent factor in %.
Returns
The converted image.
Remarks
Thus, 1.0 returns the original image, while the other values give a saturate image.
Appearance
Original Converted