Ignore:
Timestamp:
02/21/07 20:14:45 (17 years ago)
Author:
bittner
Message:

rainbow color maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Material.h

    r1001 r2148  
    2323  RandomColor(const float a=0.0f, const float b=1.0f); 
    2424 
     25  // Mapping from interval 0.0-1.0 to RGB using "rainbow" color map 
     26  // (range of hue from 0-240) 
     27 
     28  friend RgbColor RainbowMapping(const float value); 
     29   
    2530}; 
    2631 
Note: See TracChangeset for help on using the changeset viewer.