Function sdl2_sys::pixels::SDL_MapRGB
[−]
[src]
pub unsafe extern "C" fn SDL_MapRGB(
format: *mut SDL_PixelFormat,
r: uint8_t,
g: uint8_t,
b: uint8_t
) -> uint32_t