Struct windows_sys::Win32::UI::ColorSystem::RGBCOLOR
#[repr(C)]pub struct RGBCOLOR {
pub red: u16,
pub green: u16,
pub blue: u16,
}
Expand description
Required features: "Win32_UI_ColorSystem"
Fields§
§red: u16
§green: u16
§blue: u16