msfs::sys

Function nvgLerpRGBA

Source
pub unsafe extern "C" fn nvgLerpRGBA(
    c0: NVGcolor,
    c1: NVGcolor,
    u: f32,
) -> NVGcolor