Home
last modified time | relevance | path

Searched refs:BvToColorIndex (Results 1 – 7 of 7) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/Quasars/src/
H A DQuasar.cpp239 Vec3f color = sd->indexToColor(BvToColorIndex(bV))*0.75f; // see ZoneArray.cpp:L490 in draw()
248 …sd->drawPointSource(&painter, vf, rcMag, sd->indexToColor(BvToColorIndex(bV)), true, qMin(1.0f, 1.… in draw()
260 unsigned char Quasar::BvToColorIndex(float b_v) in BvToColorIndex() function in Quasar
H A DQuasar.hpp116 unsigned char BvToColorIndex(float b_v);
/dports/astro/stellarium/stellarium-0.21.3/util/
H A DMakeCombinedCatalogue.C1262 unsigned char BvToColorIndex(double b_v) { in BvToColorIndex() function
1284 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1302 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1331 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
H A DMakeCombinedCatalogue.v3.C1263 unsigned char BvToColorIndex(double b_v) { in BvToColorIndex() function
1285 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1303 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1332 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
H A DMakeCombinedCatalogue.v2.C1263 unsigned char BvToColorIndex(double b_v) { in BvToColorIndex() function
1285 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1303 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
1332 s.b_v = BvToColorIndex(b_v); // 0..127: 7 Bit unsigned in add()
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DSolarSystem.hpp1040 static unsigned char BvToColorIndex(double bV);
H A DSolarSystem.cpp618 unsigned char SolarSystem::BvToColorIndex(double bV) in BvToColorIndex() function in SolarSystem
981 color = skyDrawer->indexToColor(BvToColorIndex(bV))*0.75f; // see ZoneArray.cpp:L490 in loadPlanets()