Module prelude

Module prelude 

Source
Expand description

Color preludes

Functionsยง

color
Parse color string to AlphaColor<Srgb>
rgb
Construct an AlphaColor<Srgb> from rgb f32, the alpha value will be 1.0
rgb8
Construct an AlphaColor<Srgb> from rgb u8, the alpha value will be 255
rgba
Construct an AlphaColor<Srgb> from rgba f32
rgba8
Construct an AlphaColor<Srgb> from rgba u8
try_color
Parse color string to AlphaColor<Srgb> without panic