summaryrefslogtreecommitdiff
path: root/2d/color.scm
Commit message (Collapse)AuthorAgeFilesLines
* Import math module in (2d color) module.David Thompson2014-03-301-0/+1
| | | | * 2d/color.scm: Import (2d color).
* Expand color API.David Thompson2014-03-301-16/+61
| | | | | | | * 2d/color.scm (color*, color+, color-, color-inverse): New procedures. (use-color): Delete it. (make-color): Clamp channels to the range [0, 1]. (rgba, rgb): Use low-level color constructor.
* Replace figl with the new guile-opengl official release.David Thompson2014-03-231-1/+1
|
* Change license to GPLv3+.David Thompson2014-03-081-8/+8
|
* Clean up docstrings in color module.David Thompson2013-09-151-6/+9
|
* Rename apply-color to use-color.David Thompson2013-08-271-2/+4
|
* Create color module.David Thompson2013-08-171-0/+87