[][src]Function sdl2_sys::SDL_GetWindowBrightness

pub unsafe extern "C" fn SDL_GetWindowBrightness(window: *mut SDL_Window) -> f32

\brief Get the brightness (gamma correction) for a window.

\return The last brightness value passed to SDL_SetWindowBrightness()

\sa SDL_SetWindowBrightness()