Struct windows_sys::Win32::UI::ColorSystem::PrimaryXYZColors
#[repr(C)]pub struct PrimaryXYZColors {
pub red: XYZColorF,
pub yellow: XYZColorF,
pub green: XYZColorF,
pub cyan: XYZColorF,
pub blue: XYZColorF,
pub magenta: XYZColorF,
pub black: XYZColorF,
pub white: XYZColorF,
}Expand description
Required features: "Win32_UI_ColorSystem"
Fields§
§red: XYZColorF§yellow: XYZColorF§green: XYZColorF§cyan: XYZColorF§blue: XYZColorF§magenta: XYZColorF§black: XYZColorF§white: XYZColorF