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

◆ brightness() [2/2]

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

Creates a new image with brightness changed of the specified image with specified percent.

Parameters
imageThe image to brightness.
percentThe percent factor in % (from 0.0 to 2.0).
Returns
The converted image.
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