Tint v0.1.0 API Reference

Modules

a library to convert colors between different colorspaces.

A color in the HSV (hue, saturation, value) colorspace.

A protocol that can be implemented by color structs to support HSV colorspace conversion.

A color in the RGB (red, green, blue) colorspace.

A protocol that can be implemented by color structs to support RGB colorspace conversion.

Exceptions

An exception that is returned or raised when a color is built with values that are out of the permitted range of values.