Scenic v0.10.2 Scenic.Primitive.Style.ClearColor View Source
Set the background color of the entire window/screen.
Note: Since the :clear_color
affect is global, it will only be honored when set
on the base of the root scene. In other words, it has no affect on groups or
when set on Components.
Example:
@graph Graph.build( clear_color: :white )
Data
Any valid color.