ROOT
6.30.04
Reference Guide
All
Namespaces
Files
Pages
overlay_palette.C
Go to the documentation of this file.
1
/// \file
2
/// \ingroup tutorial_eve
3
///
4
/// \macro_code
5
///
6
/// \author Matevz Tadel
7
8
void
overlay_palette()
9
{
10
TEveManager::Create();
11
auto
p =
new
TEveRGBAPalette(0, 100);
12
auto
po =
new
TEveRGBAPaletteOverlay(p, 0.55, 0.1, 0.4, 0.05);
13
auto
v = gEve->GetDefaultGLViewer();
14
v->AddOverlayElement(po);
15
}
tutorials
eve
overlay_palette.C
Generated on Tue May 5 2020 14:03:41 for ROOT by
1.8.5