Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new color module. | David Thompson | 2013-08-17 | 1 | -12/+0 |
| | |||||
* | rgba->gl-color now returns a vector instead of a list. | David Thompson | 2013-07-21 | 1 | -5/+5 |
| | |||||
* | Add rgba->gl-color procedure. | David Thompson | 2013-07-17 | 1 | -1/+15 |
| | | | | | rgba->gl-color converts an RGBA color code in integer form into a list of color values for use with OpenGL calls. For example, passing #xffffffff returns '(1.0 1.0 1.0 1.0). | ||||
* | Change = to equal? | David Thompson | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | Create a helpers module for miscellaneous convenient procedures. | David Thompson | 2013-06-25 | 1 | -0/+37 |