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

◆ brightness() [1/2]

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

Change the brightness of the specified image with specified percent.

Parameters
imageThe image to brightness.
percentThe percent factor in %.
Remarks
0.0 will make the image completely black. 1.0 is default and represents the original image. Values over 1.0 will provide brighter results.
Appearance
Original Converted