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
red: Vec<c_ushort>
green: Vec<c_ushort>
blue: Vec<c_ushort>