TCOD_color_HSV

Function TCOD_color_HSV 

Source
pub unsafe extern "C" fn TCOD_color_HSV(
    h: f32,
    s: f32,
    v: f32,
) -> TCOD_color_t