Struct conrod::color::Rgba
[−]
[src]
pub struct Rgba(pub f32, pub f32, pub f32, pub f32);
The parts of RGB along with an alpha for transparency.
pub struct Rgba(pub f32, pub f32, pub f32, pub f32);
The parts of RGB along with an alpha for transparency.
impl Debug for Rgba
impl Clone for Rgba
fn clone(&self) -> Rgba
fn clone_from(&mut self, source: &Self)
impl Copy for Rgba
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).