COIN-OR::LEMON - Graph Library

Changeset 179:1f436ea3ef4f in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
11/06/06 16:40:44 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3065
Message:

Color handling of maps is a bit better now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r177 r179  
    146146  virtual ~GraphDisplayerCanvas();
    147147
     148  ///Returns a color of the rainbow based on a map value and the min and max value of the given map
     149
     150  ///min and max is purple, between them there is a linear assign
     151  Gdk::Color rainbowColorCounter(double, double, double);
     152
    148153  ///Changes the width of edge(s) according to the given map.
    149154
Note: See TracChangeset for help on using the changeset viewer.