lemon/color.h
branch1.0
changeset 350 d5cfcff85dfd
parent 209 765619b7cbb2
equal deleted inserted replaced
5:7eddb289b614 6:0b69cbbbcda5
    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.