//! Data types and functions related to colors and images.
pub use Color;
pub use ;
// Use `self` to avoid name conflict with the `image` crate.
pub use ImageTile;
/// A general representation of textures.
///
/// This allows accessing of individual pixels of the respective texture.