TCOD_image_get_mipmap_pixel

Function TCOD_image_get_mipmap_pixel 

Source
pub unsafe extern "C" fn TCOD_image_get_mipmap_pixel(
    image: TCOD_image_t,
    x0: f32,
    y0: f32,
    x1: f32,
    y1: f32,
) -> TCOD_color_t