Clear the screen to a solid color.
Red component (0-1)
Green component (0-1)
Blue component (0-1)
sg.clear(0.1, 0.1, 0.2); // dark blue background Copy
sg.clear(0.1, 0.1, 0.2); // dark blue background
Clear the screen to a solid color.