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

Gets the gamma ramp of the window.