Alejandro

Results 2 comments of Alejandro

Checking the code if found this: color.a = Math.round((parseFloat(vals[3])||1.0)*255); So in case of setting vals[3] = 0.0 parseFloat(vals[3])||1.0) returns 1 which turns the alpha value to 255.

OMG this drove me crazy too. I had given up until I had the (random) idea of checking the issues section 😅