Struct elmesque::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

Derived Implementations

impl Debug for Rgba

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

impl Clone for Rgba

fn clone(&self) -> Rgba

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

impl Copy for Rgba