Type Definition color::Rgba

source · []
pub type Rgba<T = u8, S = Srgb> = AlphaColor<T, Rgb<T, S>>;

Implementations