Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/colors: move colors into subdir, add hsv | Alexander Sulfrian | 2014-04-08 | 1 | -53/+0 |
| | | | | | | | 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). | ||||
* | utils/rgba_color: add RgbaColor (RGB with additional alpha channel) | Alexander Sulfrian | 2013-01-13 | 1 | -0/+53 |