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

impl Copy for Hsla
[src]

impl Clone for Hsla
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Hsla
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Hsla
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<Color> for Hsla
[src]

Performs the conversion.

impl From<Hsla> for Color
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Hsla

impl Sync for Hsla