Function sdl2_sys::pixels::SDL_GetRGBA [] [src]

pub unsafe extern "C" fn SDL_GetRGBA(
    pixel: uint32_t,
    format: *mut SDL_PixelFormat,
    r: *mut uint8_t,
    g: *mut uint8_t,
    b: *mut uint8_t,
    a: *mut uint8_t
)