nvgLerpRGBA

Linearly interpolates from color c0 to c1, and returns resulting color value.

nothrow @trusted @nogc
nvgLerpRGBA
()
(
const scope auto ref NVGColor c0
,
const scope auto ref NVGColor c1
,
float u
)

See Also

Meta