gr_hsvtorgb

Function gr_hsvtorgb 

Source
pub unsafe extern "C" fn gr_hsvtorgb(
    h: f64,
    s: f64,
    v: f64,
    r: *mut f64,
    g: *mut f64,
    b: *mut f64,
)