Color Picker doesn't work until you click on an Advanced Slider

If a picture says a thousand words, then surely a youtube video says a billion

Hi Jay,

This actually isn’t a bug. If you take a look at the video the “value” of your color is still 0 when you accept. Despite changing the “hue” and “saturation” if the value is 0 the engine will read your color as pure black and therefor revert the color picker. The reason using the red slider worked is because that assigned some value to the color so it isn’t read as (0,0,0).

I hope that helps,

Ed