[−][src]Type Definition palette::Xyza
type Xyza<Wp = D65, T = f32> = Alpha<Xyz<Wp, T>, T>;
CIE 1931 XYZ with an alpha component. See the Xyza
implementation in
Alpha
.
type Xyza<Wp = D65, T = f32> = Alpha<Xyz<Wp, T>, T>;
CIE 1931 XYZ with an alpha component. See the Xyza
implementation in
Alpha
.