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

◆ gamma_correction() [1/2]

static void xtd::drawing::image_converter::gamma_correction ( xtd::drawing::image image,
double  r,
double  g,
double  b 
)
static

Change the gamma of the specified image with specified r, g, ad b corrections.

Parameters
imageThe image to change the gamma.
rThe red correction from 0.1 to 5.
gThe green correction from 0.1 to 5.
bThe blue correction from 0.1 to 5.
Appearance
Original Converted