So, I'm creating a component that extends scene and using it and passing it to roSGScreen. Scene nodes have a backgroundColor field as well as a backgroundUri field. I see in the VOD Banner example, you can set the backgroundUri. But I can't set a backgroundColor.
The documentation (see link below) says that the backgroundColor field takes a color which should be a "color type". Doing something like:
m.top.backgroundColor = "0xFF0000FF"
in the script section of the scene component does not give any result. Is this expected behavior? A bug? Am I doing something wrong? How can I set the background color of the scene?
(I know I can create a rectangle node the size of the screen and set it as a background layer, but I think it would be preferable to set the background color of the scene directly).
https://sdkdocs.roku.com/pages/viewpage ... Id=1608549