summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/tcolor.h
Commit message (Collapse)AuthorAgeFilesLines
* Make dmnsn_clear actually clear.Tavian Barnes2012-08-211-1/+1
|
* Add debugging tests for NaN values.Tavian Barnes2012-02-061-0/+7
|
* Add dmnsn_tcolor printf macros.Tavian Barnes2011-12-171-0/+5
|
* Re-think colors.Tavian Barnes2011-12-141-0/+100
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.