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

◆ opacity() [2/2]

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

Creates a new image with opacity level of the specified image with specified percent factor.

Parameters
imageThe image to change the opacity level.
percentThe percent factor in % (from 0.0 to 1.0).
Returns
The converted image.
Remarks
0.0 will represents a transparent image. 1.0 will provide the original image.
Appearance
Original Converted