From ac164afa0954e28b521dc6b19d2ccf0320cc8ed1 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Apr 2014 05:17:27 +0200 Subject: 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). --- src/menu/software_mouse_pointer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menu/software_mouse_pointer.hpp') 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 -- cgit v1.2.3