[][src]Module scarlet::prelude

This module simply brings the most common Scarlet functionality under a single namespace, to prevent excessive imports. As of now, this prelude includes every trait in Scarlet, the ubiquitous RGBColor, the associated parse error RGBParseError, the important Illuminant, and nothing else. Of particular note is that any alternative color space found in the colors module is not included. Additionally, the Material color enums and structs are not present.

Re-exports

pub use bound::Bound;
pub use color::Color;
pub use color::RGBColor;
pub use color::RGBParseError;
pub use colorpoint::ColorPoint;
pub use illuminants::Illuminant;