<html>
<body>
At 9/24/2003 10:24 AM, Dubois, John R (MED) wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>vtkRenderer::GetBackground()
does not seem to work correctly until AFTER a call to
vtkRenderer::GetBackground(float*).</font></blockquote><br>
There is no such thing as vtkRenderer::GetBackground(), but
vtkViewport::GetBackground(), and in any case, both GetBackground() and
GetBackground(float*) work the same (they are actually the result of a
vtkGetVectorMacro expansion), i.e. they just access the Background
Ivar.<br>
</body>
</html>