Struct rmenu::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Color> for Hsla
[src]

[src]

Performs the conversion.

impl PartialEq<Hsla> for Hsla
[src]

[src]

[src]

impl Debug for Hsla
[src]

[src]

Formats the value using the given formatter.