Searched refs:scenebackcol (Results 1 – 1 of 1) sorted by relevance
73 static color scenebackcol; /* scene background color */ variable215 scenebackcol.r = 0.0; /* default background is black */ in readmodel()216 scenebackcol.g = 0.0; in readmodel()217 scenebackcol.b = 0.0; in readmodel()228 rt_background(scene, scenebackcol); in readmodel()524 scenebackcol.r = r; in GetBackGnd()525 scenebackcol.g = g; in GetBackGnd()526 scenebackcol.b = b; in GetBackGnd()