2 * Copyright 2006, 2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef CURRENT_COLOR_H
6 #define CURRENT_COLOR_H
9 #include <GraphicsDefs.h>
11 #include "Observable.h"
14 class CurrentColor
: public Observable
{
17 virtual ~CurrentColor();
19 void SetColor(rgb_color color
);
20 inline rgb_color
Color() const
28 #endif // CURRENT_COLOR_H