Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGeoColorScheme.h File Reference
#include "Rtypes.h"
#include <functional>
Include dependency graph for TGeoColorScheme.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TGeoColorScheme
 Strategy object for assigning colors and transparency to geometry volumes. More...
 

Enumerations

enum class  EGeoColorSet { kNatural = 0 , kFlashy , kHighContrast }
 Enumeration of predefined geometry color schemes. More...
 

Enumeration Type Documentation

◆ EGeoColorSet

Enumeration of predefined geometry color schemes.

These values select the built-in default coloring policy used by TGeoColorScheme when assigning colors to geometry volumes.

See also
TGeoColorScheme
Enumerator
kNatural 

Natural, material-inspired colors (default)

kFlashy 

Bright, high-contrast colors for presentations.

kHighContrast 

Dark, saturated colors for light backgrounds.

Definition at line 23 of file TGeoColorScheme.h.