[][src]Function fermium::SDL_GetWindowGammaRamp

pub unsafe extern "C" fn SDL_GetWindowGammaRamp(
    window: *mut SDL_Window,
    red: *mut Uint16,
    green: *mut Uint16,
    blue: *mut Uint16
) -> c_int