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.
pub struct Hsla(pub f32, pub f32, pub f32, pub f32);
The parts of HSL along with an alpha for transparency.
impl Debug for Hsla
impl Clone for Hsla
fn clone(&self) -> Hsla
fn clone_from(&mut self, source: &Self)
impl Copy for Hsla
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).