Type Definition color::Rgba[][src]

type Rgba<T> = AlphaColor<T, Rgb<T>>;

Methods

impl<T: Channel> Rgba<T>
[src]