What's new? | Help | Directory | Sign in
Google
simple-rgb
a Common Lisp library for manipulating colors in RGB
  
  
  
  
    
License: MIT License
Labels: commonlisp, RGB, HSV
Join project
Project owners:
  wm.annis

This is a simple, ASDF-loadable library for basic manipulation of RGB color tuples. It was designed primarily for use with HTML and SVG, so is probably not suited for intense image manipulations.

See the documentation.

There is also a related library, cl-colors, which is a somewhat tied to X11 and uses fractional values for RGB tuples instead of the byte-sized format simple-rgb uses.