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

◆ color() [2/2]

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

Create a new image with the specified color that will be added/removed from the specified image with the specified percent.

Parameters
imageThe image to update.
colorThe color to add / remove.
percentThe percent factor in % (from 0.0 to 2.0).
Returns
The converted image.
Appearance
Original Converted