Image.colorAverage

void colorAverage(uint color, float blend) nothrow @nogc

Applies a color average to the image in place.

Parameters

colorThe color to blend with (FLTK color value)
blendBlend factor (0.0 = no change, 1.0 = full color)