Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
overlay_palette.C File Reference

Detailed Description

void overlay_palette()
{
auto p = new TEveRGBAPalette(0, 100);
auto po = new TEveRGBAPaletteOverlay(p, 0.55, 0.1, 0.4, 0.05);
}
R__EXTERN TEveManager * gEve
winID h TVirtualViewer3D TVirtualGLPainter p
TGLViewer * GetDefaultGLViewer() const
Get TGLViewer of the default TEveViewer.
static TEveManager * Create(Bool_t map_window=kTRUE, Option_t *opt="FIV")
If global TEveManager* gEve is not set initialize it.
Description of TEveRGBAPaletteOverlay.
A generic, speed-optimised mapping from value to RGBA color supporting different wrapping and range t...
virtual void AddOverlayElement(TGLOverlayElement *el)
Add overlay element.
Author
Matevz Tadel

Definition in file overlay_palette.C.