Popularity
182 Stars
Updated Last
1 Year Ago
Started In
August 2015

Colors

Documentation Build Status Code Coverage
Build Status
PkgEval

This library provides a wide array of functions for dealing with color. This includes conversion between colorspaces, measuring distance between colors, simulating color blindness, parsing colors, and generating color scales for graphics.

The core color types, along with some simple utilities, are defined and documented in ColorTypes. You can use ColorTypes as a standalone package if you do not need the more extensive color-manipulation utilities defined here.

Basic color arithmetic is available with using ColorVectorSpace; see its documentation for why it's a separate package.