Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Fix include paths. | Alexander Sulfrian | 2015-03-31 | 2 | -4/+4 |
| | |||||
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 2 | -2/+2 |
| | | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. | ||||
* | utils/colors: move colors into subdir, add hsv | Alexander Sulfrian | 2014-04-08 | 2 | -0/+175 |
All color classes are now in an own subdirectory with a short name. The new class HsvColor represents the Hue/Saturation/Value color model and comes with conversion functions to and from rgb colors (currently integer arithmetic without optimization for higher presicion). |