Function sdl2_sys::SDL_GetWindowBrightness
source ยท pub unsafe extern "C" fn SDL_GetWindowBrightness(
window: *mut SDL_Window,
) -> f32
Expand description
\brief Get the brightness (gamma correction) for a window.
\return The last brightness value passed to SDL_SetWindowBrightness()
\sa SDL_SetWindowBrightness()