I am having problem in using Gradient… I have Checked in 1.46 also…
I created a Color Gradient with both the colour 0.0 opacity…
I added a Color(Any color)…
If this is near to Start Point - it is working fine…
But if that colour position is near to End Point , it is not giving the expected result…
It’s just the sort-order of the three points - if you add a point at 0, it’ll insert it before the first point, but at 1.0 it’ll be before the last one. That’s not incorrect, but I see why it’s confusing.
But rather than messing about with things like this, you could just call clearColours() before adding the points you need - then you’re in full control of what’s going on.