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: u32AttributeFlags: u32RedPhosphoreDecay: i32GreenPhosphoreDecay: i32BluePhosphoreDecay: i32WhiteChromaticity_x: i32WhiteChromaticity_y: i32WhiteChromaticity_Y: i32RedChromaticity_x: i32RedChromaticity_y: i32GreenChromaticity_x: i32GreenChromaticity_y: i32BlueChromaticity_x: i32BlueChromaticity_y: i32WhiteGamma: i32RedGamma: i32GreenGamma: i32BlueGamma: i32