18 void set(
int i, Color_t cidx) {
21 const TColor*
c = gROOT->GetColor(cidx);
39 const TColor*
c = gROOT->GetColor(cidx);
91 for (
int i = 10;
i < 15; ++
i) {
109 set(10, kSpring + 3);
119 set(2, kMagenta + 3);
130 set(13, kViolet + 8);
131 set(14, kViolet + 10);
159 unsigned int lastIdx = iSize - 2;
161 for (
unsigned int i = 0;
i < lastIdx; ++
i) {
172 r = TMath::Power(r, (2.5 -
value) / 2.5);
173 g = TMath::Power(
g, (2.5 -
value) / 2.5);
174 b = TMath::Power(
b, (2.5 -
value) / 2.5);
186 iColors[
i + iSize][0] = r;
187 iColors[
i + iSize][1] =
g;
188 iColors[
i + iSize][2] =
b;
191 for (
unsigned int i = 0;
i < lastIdx; ++
i) {
194 float r =
s * iColors[
i][0];
195 float g =
s * iColors[
i][1];
196 float b =
s * iColors[
i][2];
200 r = TMath::Power(r, (2.5 -
value) / 2.5);
201 g = TMath::Power(
g, (2.5 -
value) / 2.5);
202 b = TMath::Power(
b, (2.5 -
value) / 2.5);
206 iColors[
i + iSize][0] = r;
207 iColors[
i + iSize][1] =
g;
208 iColors[
i + iSize][2] =
b;
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
void GetColorValuesForPaletteExtra(float(*iColors)[3], unsigned int iSize, FWColorManager::EPalette id, bool isWhiteBg)