equal
deleted
inserted
replaced
90 /// Dark magenta color constant |
90 /// Dark magenta color constant |
91 extern const Color DARK_MAGENTA; |
91 extern const Color DARK_MAGENTA; |
92 /// Dark cyan color constant |
92 /// Dark cyan color constant |
93 extern const Color DARK_CYAN; |
93 extern const Color DARK_CYAN; |
94 |
94 |
95 ///Map <tt>int</tt>s to different \ref Color "Color"s |
95 ///Map <tt>int</tt>s to different <tt>Color</tt>s |
96 |
96 |
97 ///This map assigns one of the predefined \ref Color "Color"s to |
97 ///This map assigns one of the predefined \ref Color "Color"s to |
98 ///each <tt>int</tt>. It is possible to change the colors as well as |
98 ///each <tt>int</tt>. It is possible to change the colors as well as |
99 ///their number. The integer range is cyclically mapped to the |
99 ///their number. The integer range is cyclically mapped to the |
100 ///provided set of colors. |
100 ///provided set of colors. |