Trait PixelWithColorType
trait PixelWithColorType: Pixel + private::SealedPixelWithColorType
The pixel with an associated ColorType.
Not all possible pixels represent one of the predefined ColorTypes.
Implementors
impl PixelWithColorType for Luma<u8>impl PixelWithColorType for LumaA<u8>impl PixelWithColorType for Luma<u16>impl PixelWithColorType for Rgb<u8>impl PixelWithColorType for LumaA<u16>impl PixelWithColorType for Rgba<u8>impl PixelWithColorType for Rgb<u16>impl PixelWithColorType for Rgba<u16>impl PixelWithColorType for Rgb<f32>impl PixelWithColorType for Rgba<f32>