Struct winapi::um::wingdi::CIEXYZTRIPLE [−][src]
#[repr(C)]pub struct CIEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}
Fields
ciexyzRed: CIEXYZ
ciexyzGreen: CIEXYZ
ciexyzBlue: CIEXYZ
Trait Implementations
Returns the “default value” for a type. Read more