It’d be super helpful if the color picker in the Babylon Sandbox had colors in linear value range (0.0 to 1.0) , and even better if I could Copy the values with a button.
I’m editing .gltf in VSCode, and making visual adjustments in Sandbox, so it would help to copy colors from Sandbox into text.
Thanks Gary. Though I might have confused it a bit with my title.
Not Linear colors, just 0-1 value range. For basecolor and emissive it would need to convert sRGB from 0-255 to 0-1, and all others would likely be Linear.
Aha, the term I was trying to say instead of linear is FLOAT.
glTF uses float values for colors, so it would help if the Babylon.js inspector made it easier for users to copy colors as floats from the UI, to paste into their glTF files.