View Source API Reference Tint v1.3.0

Modules

A library allowing calculations with colors and conversions between different colorspaces.

A color in the CMYK (cyan, magenta, yellow, key) colorspace.

A color in the DIN99 colorspace.

A module providing functions for color distance calculations and a behavior to implement custom distance algorithms.

A module that implements the CIEDE2000 color distance algorithm. (http://www2.ece.rochester.edu/~gsharma/ciede2000/ciede2000noteCRNA.pdf)

A module that implements the Euclidean distance algorithm for RGB colors. (https://en.wikipedia.org/wiki/Color_difference#Euclidean)

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

An interval of two values with custom boundaries.

A color in the CIELAB colorspace.

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

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

A module providing a sigil to build colors.

A color in the XYZ (CIE 1931) colorspace.