Don't want to bother @Johan Schoeman again. He has been so helpful with my project!
I don't understand how to get from something like this
B4X:
Colors.ARGB(112,181,214,255)
To a color spec like this
B4X:
GLS1.setCubeBackgroundColor(0.1f, 0.1f, 0.0f, 0.0f) 'set the background color of the cube - note that values should be between 0.0f and 0.1f <-- He means 1.0?