#[repr(C)]pub struct COLORINFO {Show 16 fields
pub Red: CIECHROMA,
pub Green: CIECHROMA,
pub Blue: CIECHROMA,
pub Cyan: CIECHROMA,
pub Magenta: CIECHROMA,
pub Yellow: CIECHROMA,
pub AlignmentWhite: CIECHROMA,
pub RedGamma: i32,
pub GreenGamma: i32,
pub BlueGamma: i32,
pub MagentaInCyanDye: i32,
pub YellowInCyanDye: i32,
pub CyanInMagentaDye: i32,
pub YellowInMagentaDye: i32,
pub CyanInYellowDye: i32,
pub MagentaInYellowDye: i32,
}
Expand description
Required features: "Win32_Devices_Display"
Fields
Red: CIECHROMA
Green: CIECHROMA
Blue: CIECHROMA
Cyan: CIECHROMA
Magenta: CIECHROMA
Yellow: CIECHROMA
AlignmentWhite: CIECHROMA
RedGamma: i32
GreenGamma: i32
BlueGamma: i32
MagentaInCyanDye: i32
YellowInCyanDye: i32
CyanInMagentaDye: i32
YellowInMagentaDye: i32
CyanInYellowDye: i32
MagentaInYellowDye: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for COLORINFO
impl Send for COLORINFO
impl Sync for COLORINFO
impl Unpin for COLORINFO
impl UnwindSafe for COLORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more