Type Definition picto::color::Xyza[][src]

pub type Xyza<T = f32> = Alpha<Xyz<T>, T>;
Expand description

CIE 1931 XYZ with an alpha component. See the Xyza implementation in Alpha.

Trait Implementations

The number of channels in the Pixel.

Read a Pixel from the slice.

Read a Pixel from the slice.

Read a Pixel from the slice.

Read a Pixel from the slice.

Read a Pixel from the slice.

Write the Pixel to the slice.