Changeset 2173 for GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Timestamp:
- 02/28/07 16:01:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp
r2148 r2173 418 418 // glColor3f(visibility, 0.0f, 0.0f); 419 419 420 RgbColor color = Rainbow Mapping(mTransferFunction*log10(entry.mData.mSumPdf + 1));420 RgbColor color = RainbowColorMapping(mTransferFunction*log10(entry.mData.mSumPdf + 1)); 421 421 glColor3f(color.r, color.g, color.b); 422 422 … … 1056 1056 ((float)vc->GetPvs().GetSize() / (float)maxPvs); 1057 1057 // c = RgbColor(importance, 1.0f - importance, 0.0f); 1058 c = Rainbow Mapping(importance);1058 c = RainbowColorMapping(importance); 1059 1059 1060 1060 }
Note: See TracChangeset
for help on using the changeset viewer.