[vtkusers] Trivial naming question/request in vtkViewport.h

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Wed Dec 13 12:50:14 EST 2000


hi,

A completely trivial question/request.  In common/vtkViewport.h

93    // Description:
94    // Set/Get the background color of the rendering screen using an rgb c
94  olor
95    // specification.
96    vtkSetVector3Macro(Background,float);
97    vtkGetVectorMacro(Background,float,3);

Shouldn't these be called Get/Set BackgroundColor?  The
vtkXImageWindow and vtkWin32ImageWindow classes use Set/Get
BackgroundColor.

prabhu




More information about the vtkusers mailing list