[][src]Function fermium::SDL_SetWindowGammaRamp

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