Function sdl2_sys::video::SDL_GetWindowGammaRamp
[−]
[src]
pub unsafe extern "C" fn SDL_GetWindowGammaRamp(
window: *mut SDL_Window,
red: *mut uint16_t,
green: *mut uint16_t,
blue: *mut uint16_t
) -> c_int