COIN-OR::LEMON - Graph Library

Changeset 2172:4b25e7003868 in lemon-0.x for lemon/color.h


Ignore:
Timestamp:
08/10/06 12:18:04 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2887
Message:
  • Change ColorSet? to Palette
  • Minor change in graph_orientation demo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/color.h

    r2159 r2172  
    8282///change the actual colors.
    8383
    84 class ColorSet : public MapBase<int,Color>
     84class Palette : public MapBase<int,Color>
    8585{
    8686  std::vector<Color> colors;
     
    9797  ///the color list is filled repeatedly with the default color list.
    9898  ///(The colors can be changed later on.)
    99   ColorSet(bool have_white=false,int num=0)
     99  Palette(bool have_white=false,int num=0)
    100100  {
    101101    do {
Note: See TracChangeset for help on using the changeset viewer.