use crateBigColor;
use Color;
/// Converts a BigColor to a peniko::Color
///
/// This allows interoperability with the peniko color library and its
/// ecosystem, which is useful for graphics applications.
/// Converts a peniko::Color to a BigColor
///
/// This allows importing colors from the peniko ecosystem into BigColor
/// for advanced color manipulation.
/// Converts a string to a peniko::Color
///
/// This allows importing colors from the peniko ecosystem into BigColor
/// for advanced color manipulation.