15   Float_t rgb[
paletteSize * 3] = {0.80f, 0.55f, 0.40f, 0.85f, 0.60f, 0.45f, 0.90f, 0.65f, 0.50f, 0.95f,
 
   16                                   0.70f, 0.55f, 1.f,   0.75f, 0.60f, 1.f,   0.80f, 0.65f, 1.f,   0.85f,
 
   17                                   0.70f, 1.f,   0.90f, 0.75f, 1.f,   0.95f, 0.80f, 1.f,   1.f,   0.85f};
 
   29   TPaveLabel *title = 
new TPaveLabel(0.04, 0.86, 0.96, 0.98, 
"\"glsurf2pol\" option + user defined palette.");
 
   36   TF2 *
fun = 
new TF2(
"a", 
"cos(y)*sin(x)+cos(x)*sin(y)", -6, 6, -6, 6);
 
   41   fun->Draw(
"glsurf2pol");
 
int Int_t
Signed integer 4 bytes (int)
 
float Float_t
Float 4 bytes (float)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
R__EXTERN TStyle * gStyle
 
virtual void SetFillColor(Color_t fcolor)
Set the fill area color.
 
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb",...
 
A 2-Dim function with parameters.
 
The most important graphics class in the ROOT system.
 
A Pave (see TPave) with a text centered in the Pave.
 
void Draw(Option_t *option="") override
Draw this pavelabel with its current attributes.
 
void SetPalette(Int_t ncolors=kBird, Int_t *colors=nullptr, Float_t alpha=1.)
See TColor::SetPalette.
 
void SetCanvasPreferGL(Bool_t prefer=kTRUE)