creating a gradient mesh
in
Programming Questions
•
2 years ago
What would be the best way to create a color gradient mesh. I have an array of xy coordinates each one is associated with a different color. i want to create a smooth color transition between each point. and apply the gradient as the fill to a shape. I have looked at a few different libraries and examples, but I cant find anything that does this, or maybe I cant figure out how to adapt it to do what I want. Any help is appreciated. thank you!
1