Module pixel::color [] [src]

Reexports

pub use super::*;
pub use self::rgb::*;
pub use self::hsv::*;
pub use self::hsl::*;
pub use self::blending::*;

Modules

bin
blending
hsl
hsv
rgb
utils

Traits

Color

Color which can be represented in three major formats: RGB, HSV and HSL

FromColor
FromPixel
Pixel