28 ::Error(
"grad",
"failed to create new custom colors");
36 TCanvas *
const cnv =
new TCanvas(
"gradient demo 1",
"gradient demo 1", 100, 100, 600, 600);
38 ::Error(
"grad",
"This macro requires OpenGL");
54 const Color_t &frameGradient = colorIndices[2];
57 new TColor(colorIndices[0], 0.25, 0.25, 0.25,
"special pad color1", 0.55);
58 new TColor(colorIndices[1], 1., 1., 1.,
"special pad color2", 0.05);
61 const Double_t locations[] = {0., 0.2, 0.8, 1.};
62 const Color_t gradientIndices[4] = {colorIndices[0], colorIndices[1], colorIndices[1], colorIndices[0]};
67 gradFill1->
SetStartEnd(Point(0., 0.), Point(1., 0.));
71 const Color_t &padGradient = colorIndices[3];
74 const Double_t locations[] = {0., 1.};
75 const Color_t gradientIndices[4] = {30, 38};
80 gradFill2->
SetStartEnd(Point(0., 0.), Point(0., 1.));
84 const Color_t &histGradient = colorIndices[4];
88 const Double_t locations[3] = {0., 0.5, 1.};
93 gradFill3->
SetStartEnd(Point(0., 0.), Point(0., 1.));
99 TH1F *
const hist =
new TH1F(
"a1",
"b1", 20, -3., 3.);
unsigned FindFreeCustomColorIndices(T(&indices)[N])
R__EXTERN TStyle * gStyle
1-D histogram with a float per channel (see TH1 documentation)}
void Error(const char *location, const char *msgfmt,...)
void SetCanvasPreferGL(Bool_t prefer=kTRUE)
virtual void FillRandom(const char *fname, Int_t ntimes=5000)
Fill histogram following distribution in function fname.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetFillColor(Color_t fcolor)
Define a linear color gradient.
The color creation and management class.
void SetStartEnd(const Point &p1, const Point &p2)
Set end and start.
void SetFrameFillColor(Color_t color=1)