Change background Color for vtkRenderWindowWithControlBar

Hi, I need help to change background color of the vtkRenderWindowWithControlBar.
I saw vtkFullScreenRenderWindow has background property to set and exploring it but if somebody knows to change background color for vtkFullScreenRenderWindow then please help. Thanks.

rwcb.getRenderer().setBackground(0.5, 0, 1);

Thank you .