Changeset 963 for trunk/lib/Colors.h
- Timestamp:
- Dec 9, 2009, 3:58:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Colors.h
r944 r963 43 43 44 44 /** 45 Same as get_color(4) but color is returned as a hexadecimal 46 string rather than in rgb. 47 48 \return color string associated with label 49 */ 50 const std::string& color_str(const std::string& label); 51 52 /** 45 53 \brief Get RGB color for \a label 46 54 … … 74 82 std::string label; 75 83 unsigned char r,g,b; 84 std::string str; 76 85 }; 86 87 const color& get_color(const std::string& label); 77 88 78 89 std::map<std::string, std::vector<color>::iterator> author_map_;
Note: See TracChangeset
for help on using the changeset viewer.