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.

Trait Implementations

impl Copy for Rgba
[src]

impl Clone for Rgba
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rgba
[src]

Formats the value using the given formatter.