Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cyan, yellow, and all 27 tango palette colors. | David Thompson | 2014-03-30 | 1 | -2/+67 |
| | | | | | | | | | | | | | * 2d/color.scm (cyan, yellow, tango-light-butter (tango-butter, tango-dark-butter, tango-light-orange) (tango-orange, tango-dark-orange, tango-light-chocolate) (tango-chocolate, tango-dark-chocolate, tango-light-chameleon) (tango-chameleon, tango-dark-chameleon, tango-light-sky-blue) (tango-sky-blue, tango-dark-sky-blue, tango-light-plum, tango-plum) (tango-dark-plum, tango-light-scarlet-red, tango-scarlet-red) (tango-dark-scarlet-red, tango-aluminium-1, tango-aluminium-2) (tango-aluminium-3, tango-aluminium-4, tango-aluminium-5) (tango-aluminium-6): New variables. | ||||
* | Import math module in (2d color) module. | David Thompson | 2014-03-30 | 1 | -0/+1 |
| | | | | * 2d/color.scm: Import (2d color). | ||||
* | Expand color API. | David Thompson | 2014-03-30 | 1 | -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 Thompson | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | Change license to GPLv3+. | David Thompson | 2014-03-08 | 1 | -8/+8 |
| | |||||
* | Clean up docstrings in color module. | David Thompson | 2013-09-15 | 1 | -6/+9 |
| | |||||
* | Rename apply-color to use-color. | David Thompson | 2013-08-27 | 1 | -2/+4 |
| | |||||
* | Create color module. | David Thompson | 2013-08-17 | 1 | -0/+87 |