Function gtk_sys::gtk_hsv_to_rgb
[−]
[src]
pub unsafe extern "C" fn gtk_hsv_to_rgb(
h: c_double,
s: c_double,
v: c_double,
r: *mut c_double,
g: *mut c_double,
b: *mut c_double
)