Struct windows_sys::Win32::Devices::Display::VIDEO_COLOR_CAPABILITIES
#[repr(C)]pub struct VIDEO_COLOR_CAPABILITIES {Show 18 fields
pub Length: u32,
pub AttributeFlags: u32,
pub RedPhosphoreDecay: i32,
pub GreenPhosphoreDecay: i32,
pub BluePhosphoreDecay: i32,
pub WhiteChromaticity_x: i32,
pub WhiteChromaticity_y: i32,
pub WhiteChromaticity_Y: i32,
pub RedChromaticity_x: i32,
pub RedChromaticity_y: i32,
pub GreenChromaticity_x: i32,
pub GreenChromaticity_y: i32,
pub BlueChromaticity_x: i32,
pub BlueChromaticity_y: i32,
pub WhiteGamma: i32,
pub RedGamma: i32,
pub GreenGamma: i32,
pub BlueGamma: i32,
}Expand description
Required features: "Win32_Devices_Display"
Fields§
§Length: u32§AttributeFlags: u32§RedPhosphoreDecay: i32§GreenPhosphoreDecay: i32§BluePhosphoreDecay: i32§WhiteChromaticity_x: i32§WhiteChromaticity_y: i32§WhiteChromaticity_Y: i32§RedChromaticity_x: i32§RedChromaticity_y: i32§GreenChromaticity_x: i32§GreenChromaticity_y: i32§BlueChromaticity_x: i32§BlueChromaticity_y: i32§WhiteGamma: i32§RedGamma: i32§GreenGamma: i32§BlueGamma: i32