Skip to content
master
Go to file
Code

Latest commit

This is an expensive method to infer (>50ms on my machine) and it
has never precompiled successfully. It turns out that
calling it during module definition makes it non-precompilable.
I am guessing that this is because there end up being backedges
to something in the temporary process that does the precompilation
that is no longer available, perhaps gensyms in macro expansion?
In any case, avoiding the call works around the problem.
bd9788b

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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.

You can’t perform that action at this time.