Function cogl_sys::cogl_color_init_from_4f[][src]

pub unsafe extern "C" fn cogl_color_init_from_4f(
    color: *mut CoglColor,
    red: c_float,
    green: c_float,
    blue: c_float,
    alpha: c_float
)