Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.9 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.9 KB

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.