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

◆ saturate() [1/2]

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

Change the saturate of the specified image with specified percent factor.

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