Skip to main content

ImGui_ColorConvertRGBtoHSV

Function ImGui_ColorConvertRGBtoHSV 

Source
pub unsafe extern "C" fn ImGui_ColorConvertRGBtoHSV(
    r: f32,
    g: f32,
    b: f32,
    out_h: *mut f32,
    out_s: *mut f32,
    out_v: *mut f32,
)