gem 0.1.0-alpha.5

Color representations and conversions
1
2
3
4
5
6
7
8
mod impl_rgb_packed;
pub(crate) use impl_rgb_packed::impl_rgb_packed;

mod impl_rgb_with_fields;
pub(crate) use impl_rgb_with_fields::impl_rgb_with_fields;

mod impl_with_alpha_packed;
pub(crate) use impl_with_alpha_packed::impl_with_alpha_packed;