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

pub type Lumaa<T = f32> = Alpha<Luma<T>, T>;
Expand description

Linear luminance with an alpha component. See the Lumaa 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.