I see there's a function called VisualServer.SetDefaultClearColor()
, which lets me set the default background color. That's cool and all, but is there a way for me to get the current background color? I know I can look in the project settings, but I want to get this value programmatically.