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