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

◆ invert() [3/4]

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

Inverts colors of the specified image with specified percent factor.

Parameters
imageThe image to invert colors.
percentThe percent factor in % (from 0.0 to 1.0).
Remarks
0.0 will represents the original image. 1.0 will provide image with inverted colors.
Appearance
Original Converted