Revision
43602 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 2 05:21:43 2012 UTC (2 years, 9 months ago) by
matevz
File length: 3655 byte(s)
Diff to
previous 43472
Add support for displaying palette values in UI elements (GUI, overlay) as
real values, mapped with a linear function. This is enabled by calling:
TEveRGBAPalette::SetUIDoubleRep(Bool_t b, Double_t f=1, Double_t c=0);
and the mapping between integer 'i' and real 'r' values is:
r = f*i + c;
Revision
43472 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Mar 23 21:09:32 2012 UTC (2 years, 10 months ago) by
matevz
File length: 3493 byte(s)
From Alja:
Add new class TEveRGBAPaletteOverlayoverlay element showing TEveRGBAPalette
legend in GL overlay.