Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dparse.cpp73 static color scenebackcol; /* scene background color */ variable
215 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()