[][src]Type Definition nannou::color::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.