backgroundColor
The background color of the scene.
Declaration
var backgroundColor: UIColor { get set }var backgroundColor: NSColor { get set }Mentioned in
Discussion
The default value is a gray color (RGBA 0.15, 0.15, 0.15, 1.0).
The background color of the scene.
var backgroundColor: UIColor { get set }var backgroundColor: NSColor { get set }The default value is a gray color (RGBA 0.15, 0.15, 0.15, 1.0).