Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-think colors. | Tavian Barnes | 2011-12-14 | 1 | -9/+3 |
| | | | | | | | | | Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. | ||||
* | Use a separate class for sRGB colors. | Tavian Barnes | 2011-12-04 | 1 | -4/+3 |
| | |||||
* | Be more consistent about using sRGB in the client. | Tavian Barnes | 2011-11-28 | 1 | -0/+1 |
| | | | | Also, expose the sRGB C and C^-1 functions. | ||||
* | Get rid of dmnsn_color_is_black(). | Tavian Barnes | 2011-11-07 | 1 | -3/+0 |
| | |||||
* | Use double rather than single quotes for Python strings. | Tavian Barnes | 2011-09-22 | 1 | -4/+4 |
| | |||||
* | Use /usr/bin/env python3 rather than /usr/bin/python3. | Tavian Barnes | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Make python module more "pythonic". | Tavian Barnes | 2011-06-15 | 1 | -1/+1 |
| | | | | Use lower_case instead of mixedCase, and add docstrings. | ||||
* | Switch to Blender model of filtered transparency. | Tavian Barnes | 2011-05-20 | 1 | -5/+5 |
| | |||||
* | Add Colors to the Python extension. | Tavian Barnes | 2011-05-20 | 1 | -0/+55 |