60#ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX
61#define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX
63#include <rtl/ustring.hxx>
76 XFColor(sal_Int32 red, sal_Int32 green, sal_Int32 blue)
83 unsigned int c =
color&0x00ffffff;
84 unsigned int temp = c;
friend bool operator!=(XFColor const &c1, XFColor const &c2)
friend bool operator==(XFColor const &c1, XFColor const &c2)
XFColor(sal_uInt32 color)
XFColor(sal_Int32 red, sal_Int32 green, sal_Int32 blue)
bool IsValid() const
@descr helper function to assert whether a color is valid.
OUString ToString() const