Struct glfw::GammaRamp[][src]

pub struct GammaRamp {
    pub red: Vec<c_ushort>,
    pub green: Vec<c_ushort>,
    pub blue: Vec<c_ushort>,
}

Describes the gamma ramp of a monitor.

Fields

Auto Trait Implementations

impl Send for GammaRamp

impl Sync for GammaRamp