0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed html4*, since all that now in webcolors namespace. Updated docs a bit. Removed some debugging output. More... about 14 years ago
Added webcolors palette namespace. Default named colors is now union of html4 + x11 colors (essentially css3 colors). More... about 14 years ago
Added awt-color to convert to java.awt.Color objects More... about 14 years ago
Formatting in docs More... about 14 years ago
Added diverge-hsl diverging pallette function. More... about 14 years ago
Make hexstring formatted as html hex color codes More... about 14 years ago
Added implementations of mostly cargo-cult copied functions over from R's color_pallete package. hsl-rainbow, hsl-sequence, hsl-heat, hsl-terrain. More... about 14 years ago
whitespace More... about 14 years ago
Added bulk rgb->hsl test ported from sass. Added some additional comparison functions. More... about 14 years ago
Add test for adjust-alpha. Fixed some bugs dealing with conditional conversion of alpha from floating point to int. Fixed problem with rgb-to-hsl sometimes returning int values. More... about 14 years ago
Add support for compact hex codes in create-color. Added cargo-cult-copies color ops from SASS project. Color ops not tested at all. More... about 14 years ago
Added def-color-bin-op macro for binary color ops. Added +- * / ops More... about 14 years ago
Added color-add binary op. Should probably move that into a generic binary-op macro. Added symbolic color name lookup More... about 14 years ago
Added input checking for create-color methods More... about 14 years ago
More formatting More... about 14 years ago
Escape quotes in docstring More... about 14 years ago
Added some docs for creating colors. Fixed the hsl values in the tests More... about 14 years ago
Add autodoc deps and config More... about 14 years ago
Ignore autodoc dir More... about 14 years ago
Formatting links More... about 14 years ago
Formatting links More... about 14 years ago
Added license and README.org More... about 14 years ago
Some cleanups and added more tests More... about 14 years ago
Checkpoint. Multi-arity create-color multi-method is working. Accepts maps/arrays or flattened versions of such. More... about 14 years ago
Checking in test suite for colors More... about 14 years ago
Latest changes to colors. Multimethod create/dispatch mostly working as well as bit-twiddling routines for creating/extracting colors represented as integers, arrays of rgba int values, or arrays of hsl float values More... about 14 years ago
org->com namespace More... about 14 years ago
Added colors namespace. Just rgb->hsl functions for now More... over 14 years ago
project.clj file for colors More... over 14 years ago
Initial checkin for colors More... over 14 years ago