gem 0.1.0-alpha.5

Color representations and conversions
mod abgr_8888;
pub use abgr_8888::Abgr8888;

mod argb_1555;
pub use argb_1555::Argb1555;

mod argb_4444;
pub use argb_4444::Argb4444;

mod argb_8888;
pub use argb_8888::Argb8888;

mod bgr_888;
pub use bgr_888::Bgr888;

mod rgb_565;
pub use rgb_565::Rgb565;

mod rgb_888;
pub use rgb_888::Rgb888;

mod rgb_f32;
pub use rgb_f32::Rgbf32;

mod rgba_f32;
pub use rgba_f32::Rgbaf32;