This command sets the background clear color
| <viz>.clearcolor( | |
| red | # red amount as 0.0 - 1.0 |
| green | # green amount as 0.0 - 1.0 |
| blue | # blue amount as 0.0 - 1.0 |
)
red
Specifies the amount of red to combine into the clear color (0.0 - 1.0)
green
Specifies the amount of green to combine into the clear color (0.0 - 1.0)
blue
Specifies the amount of blue to combine into the clear color (0.0 - 1.0)
This command sets the background color.
None