Searched refs:COLOR_FOG (Results 1 – 2 of 2) sorted by relevance
/dports/games/netradiant/netradiant-20150621-src/contrib/prtview/ |
H A D | prtview.cpp | 60 #define COLOR_FOG "ColorFog" macro 96 portals.color_fog = (PackedColour)INIGetInt( COLOR_FOG, RGB( 127, 127, 127 ) ) & 0xFFFFFF; in PrtView_construct() 155 INISetInt( COLOR_FOG, (int)portals.color_fog, "Color of distant lines/polygons in 3D window" ); in SaveConfig()
|
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/prtview/ |
H A D | prtview.cpp | 50 #define COLOR_FOG "ColorFog" macro 102 portals.color_fog = (COLORREF)INIGetInt(COLOR_FOG, RGB(127, 127, 127)) & 0xFFFFFF; in InitInstance() 146 INISetInt(COLOR_FOG, (int)portals.color_fog, "Color of distant lines/polygons in 3D window"); in SaveConfig()
|