Function gtk4_sys::gtk_hsv_to_rgb

source ·
pub unsafe extern "C" fn gtk_hsv_to_rgb(
    h: c_float,
    s: c_float,
    v: c_float,
    r: *mut c_float,
    g: *mut c_float,
    b: *mut c_float
)