Logo ROOT  
Reference Guide
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);
v->AddOverlayElement(po);
}
R__EXTERN TEveManager * gEve
Definition: TEveManager.h:243
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...
Author
Matevz Tadel

Definition in file overlay_palette.C.