Trait rich_sdl2_rust::window::GammaExt
source · pub trait GammaExt {
// Required methods
fn gamma(&self) -> Result<Gamma>;
fn set_gamma(&self, gamma: GammaParam) -> Result<()>;
}
Expand description
An extension for Window
to get/set the gamma ramp.