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: XYZColorFyellow: XYZColorFgreen: XYZColorFcyan: XYZColorFblue: XYZColorFmagenta: XYZColorFblack: XYZColorFwhite: XYZColorF