Struct conrod::color::Rgba []

pub struct Rgba(pub f32, pub f32, pub f32, pub f32);

The parts of RGB along with an alpha for transparency.

Trait Implementations

impl Debug for Rgba

fn fmt(&self, __arg_0: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Clone for Rgba

fn clone(&self) -> Rgba

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Rgba