2 * Copyright 2006, 2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
7 #include "CurrentColor.h"
13 #include "ui_defines.h"
16 CurrentColor::CurrentColor()
23 CurrentColor::~CurrentColor()
29 CurrentColor::SetColor(rgb_color color
)
31 if ((uint32
&)fColor
== (uint32
&)color
)