[][src]Function fermium::pixels::SDL_GetRGBA

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

Get the RGBA components from a pixel of the specified format.