Struct windows_sys::Win32::Devices::Display::GAMMA_RAMP_RGB
#[repr(C)]pub struct GAMMA_RAMP_RGB {
pub Red: f32,
pub Green: f32,
pub Blue: f32,
}Expand description
Required features: "Win32_Devices_Display"
Fields§
§Red: f32§Green: f32§Blue: f32