aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/color/rgb.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix include paths.Alexander Sulfrian2015-03-311-2/+2
|
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* utils/colors: move colors into subdir, add hsvAlexander Sulfrian2014-04-081-0/+88
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).