[][src]Crate tincture

A crate for converting colors between different color spaces.

Structs

LinearRgb

An RGB color without gamma correction.

Oklab

A color from the Oklab color space.

Srgb

An sRGB color.

Xyz

A color from the CIE 1931 XYZ color space.

Traits

Color

A trait that describes what behavior a color must have to interoperate with the rest of the system.

Functions

convert

Converts a color from one color space to another.