Home
last modified time | relevance | path

Searched refs:ShieldColor (Results 1 – 4 of 4) sorted by relevance

/dports/games/atr3d/atr3d/
H A Dscreen.cpp274 struct Color ShieldColor; in DrawTransparencies() local
278 ShieldColor.red=0.5; in DrawTransparencies()
279 ShieldColor.green=0.4; in DrawTransparencies()
280 ShieldColor.blue=1.0; in DrawTransparencies()
295 DrawCircle(Ships[TransparenciesQueue[i].ObjectNumber], &ShieldColor, in DrawTransparencies()
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/map/style/
H A Dmapcssdeclaration_p.h105 ShieldColor, /// shield color enumerator
H A Dmapcssdeclaration.cpp53 { "shield-color", MapCSSDeclaration::ShieldColor, MapCSSDeclaration::LabelProperty },
/dports/astro/kosmindoormap/kosmindoormap-21.12.3/src/map/scene/
H A Dscenecontroller.cpp359 case MapCSSDeclaration::ShieldColor: in updateElement()