Type Alias CIEXYZTRIPLE

Source
pub type CIEXYZTRIPLE = tagICEXYZTRIPLE;

Aliased Type§

struct CIEXYZTRIPLE {
    pub ciexyzRed: tagCIEXYZ,
    pub ciexyzGreen: tagCIEXYZ,
    pub ciexyzBlue: tagCIEXYZ,
}

Fields§

§ciexyzRed: tagCIEXYZ§ciexyzGreen: tagCIEXYZ§ciexyzBlue: tagCIEXYZ