Image.colorAverage
void colorAverage(uint color, float blend) nothrow @nogcApplies a color average to the image in place.
Parameters
color | The color to blend with (FLTK color value) |
blend | Blend factor (0.0 = no change, 1.0 = full color) |
void colorAverage(uint color, float blend) nothrow @nogcApplies a color average to the image in place.
color | The color to blend with (FLTK color value) |
blend | Blend factor (0.0 = no change, 1.0 = full color) |