lemon/color.h
changeset 2252 133028e83940
parent 2179 a3bb30be417c
child 2260 4274224f8a7d
equal deleted inserted replaced
5:d18f3c3ef49f 6:d06ed9d004c2
    30 ///
    30 ///
    31 ///\author Alpar Juttner
    31 ///\author Alpar Juttner
    32 
    32 
    33 namespace lemon {
    33 namespace lemon {
    34 
    34 
    35   /// \addtogroup misc
    35 
    36   /// @{
    36 /// \addtogroup misc
       
    37 /// @{
    37 
    38 
    38 ///Data structure representing RGB colors.
    39 ///Data structure representing RGB colors.
    39 
    40 
    40 ///Data structure representing RGB colors.
    41 ///Data structure representing RGB colors.
    41 ///\ingroup misc
       
    42 class Color
    42 class Color
    43 {
    43 {
    44   double _r,_g,_b;
    44   double _r,_g,_b;
    45 public:
    45 public:
    46   ///Default constructor
    46   ///Default constructor