use Rgba;
/// Represents the RGBA color red.
pub const RED: = Rgba;
/// Represents the RGBA color black.
pub const BLACK: = Rgba;
/// Represents the RGBA color purple.
pub const PURPLE: = Rgba;
/// Represents the RGBA color green.
pub const GREEN: = Rgba;
/// Represents the RGBA color white.
pub const WHITE: = Rgba;