TEveUtil Standard utility functions for Reve.
| TEveUtil() | |
| TEveUtil(const TEveUtil&) | |
| virtual | ~TEveUtil() |
| static void | AssertMacro(const Text_t* mac) |
| static Bool_t | CheckMacro(const Text_t* mac) |
| static TClass* | Class() |
| static void | ColorFromIdx(Color_t ci, UChar_t* col, Bool_t alpha = kTRUE) |
| static void | ColorFromIdx(Float_t f1, Color_t c1, Float_t f2, Color_t c2, UChar_t* col, Bool_t alpha = kTRUE) |
| static Color_t* | FindColorVar(TObject* obj, const Text_t* varname) |
| virtual TClass* | IsA() const |
| static void | LoadMacro(const Text_t* mac) |
| static void | Macro(const Text_t* mac) |
| TEveUtil& | operator=(const TEveUtil&) |
| static void | SetupEnvironment() |
| static void | SetupGUI() |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |

Fill col with weighted RGBA values corresponding to color-indices c1 and c2. If alpha is true, set alpha component of col to 255.
Find address of Color_t data-member with name varname in object obj. This is used to access color information for TGListTreeItem coloration from visualization macros that wrap TObjects into TEveElementObjectPtr instances.