pub struct GammaRamp {
pub red: Vec<c_ushort>,
pub green: Vec<c_ushort>,
pub blue: Vec<c_ushort>,
}Expand description
Describes the gamma ramp of a monitor.
Fields§
§red: Vec<c_ushort>§green: Vec<c_ushort>§blue: Vec<c_ushort>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.
red: Vec<c_ushort>§green: Vec<c_ushort>§blue: Vec<c_ushort>