Home
last modified time | relevance | path

Searched refs:iLightColour (Results 1 – 2 of 2) sorted by relevance

/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCBox.h33 iLightColour = lightcolour; in CBox()
43 Color iLightColour; variable
60 void setLightColour(Color col) { iLightColour = col; } in setLightColour()
61 Color getLightColour() { return iLightColour; } in getLightColour()
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCBox.cpp75 rstep = (iLightColour.r-iDarkColour.r)/iBorder; in PreDraw()
76 rstep = (iLightColour.g-iDarkColour.g)/iBorder; in PreDraw()
77 rstep = (iLightColour.b-iDarkColour.b)/iBorder; in PreDraw()