Function elmesque::color::hsla
[−]
[src]
pub fn hsla(hue: f32, saturation: f32, lightness: f32, alpha: f32) -> Color
Create HSL colors with an alpha component for transparency.
pub fn hsla(hue: f32, saturation: f32, lightness: f32, alpha: f32) -> Color
Create HSL colors with an alpha component for transparency.
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
).