Struct elmesque::color::Hsla [−] [src]

pub struct Hsla(pub f32, pub f32, pub f32, pub f32);

The parts of HSL along with an alpha for transparency.

Trait Implementations

Derived Implementations

impl Debug for Hsla

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

impl Clone for Hsla

fn clone(&self) -> Hsla

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

impl Copy for Hsla