aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/software_mouse_pointer.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-04-08 05:17:27 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-04-08 05:17:27 +0200
commitac164afa0954e28b521dc6b19d2ccf0320cc8ed1 (patch)
tree576420091adcad7b91dc1c8b296cc36b3d827b74 /src/menu/software_mouse_pointer.hpp
parent196f41688d01b7f0a79567c617fd6dd3171150ff (diff)
downloadusdx-ac164afa0954e28b521dc6b19d2ccf0320cc8ed1.tar.gz
usdx-ac164afa0954e28b521dc6b19d2ccf0320cc8ed1.tar.xz
usdx-ac164afa0954e28b521dc6b19d2ccf0320cc8ed1.zip
utils/colors: move colors into subdir, add hsv
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).
Diffstat (limited to 'src/menu/software_mouse_pointer.hpp')
-rw-r--r--src/menu/software_mouse_pointer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/software_mouse_pointer.hpp b/src/menu/software_mouse_pointer.hpp
index 91ba294b..ff9fe4a4 100644
--- a/src/menu/software_mouse_pointer.hpp
+++ b/src/menu/software_mouse_pointer.hpp
@@ -30,7 +30,7 @@
#include "event_manager.hpp"
#include "texture.hpp"
#include "timer.hpp"
-#include "utils/rgba_color.hpp"
+#include "utils/color/rgba.hpp"
#include "utils/disposer.hpp"
#include <boost/signals2.hpp>