Added color lookup by int32 to allow for ui_color() lookup calls

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4982 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2003-10-08 23:19:30 +00:00
parent a93fbc5951
commit 28d6d190dc
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public:
bool ConvertFromMessage(const BMessage *msg);
void SetToDefaults(void);
RGBColor StringToColor(const char *string);
RGBColor AttributeToColor(int32 which);
status_t SetColor(const char *string, rgb_color value);
BString name;