[][src]Module entheogen::colour::prelude

Re-exports

pub use super::RGBA;
pub use super::HSVA;
pub use super::RGBAColour;
pub use super::HSVAColour;

Traits

Blend

A trait for colors that can be blended together.

Component

Common trait for color components.

Mix

A trait for linear color interpolation.

Shade

The Shade trait allows a color to be lightened or darkened.