Function clutter_sys::clutter_color_from_hls[][src]

pub unsafe extern "C" fn clutter_color_from_hls(
    color: *mut ClutterColor,
    hue: c_float,
    luminance: c_float,
    saturation: c_float
)