11 #ifndef _UT_ColorList_
12 #define _UT_ColorList_
30 void loadFile(
const char* rgbfile);
33 bool error()
const {
return myIsError; };
40 uint numColors()
const;
43 UT_Color getColor(
const char* colorname)
const;
A thread-safe hash map which stores indexed shared items.
UT_IndexedHashMapT< MapKey, MapItem > myColors
UT_IndexedHashMapStringKey MapKey