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

◆ contrast() [1/2]

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

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

Parameters
imageThe image to change contrast.
percentThe percent factor in % (from 0.0 to 1.0).
Remarks
Thus, 1.0 returns the original image, while the other values give a contrasting image.
Appearance
Original Converted