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

◆ opacity() [1/2]

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

Changes the 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).
Remarks
0.0 will represents a transparent image. 1.0 will provide the original image.
Appearance
Original Converted