Gradient Coloring to text
Posted: Wed Apr 24, 2024 12:09 pm
Not sure if this is even available already, but if not, then to wishlist.
For both TextOut and Text Objects, an option to do Gradient coloring (I think that is what it is called)
The idea is that the top of the text could be dark green, while the bottom of the text is Light Green, and then it changes gradually along the way.
I think it would create a nice effect for the text to use, and having it as an option to use it simply in way of:
Could be useful feature. And actually would even consider giving unlimited amount of colors instead of just color1 and color2, as in can go through several colors along the way, could be done as a table:
For both TextOut and Text Objects, an option to do Gradient coloring (I think that is what it is called)
The idea is that the top of the text could be dark green, while the bottom of the text is Light Green, and then it changes gradually along the way.
I think it would create a nice effect for the text to use, and having it as an option to use it simply in way of:
Code: Select all
TextOut(100, 100, "TEXT", {colorstyle=gradient, color1=#GREEN, color2=#RED})Code: Select all
TextOut(100, 100, "TEXT", {colorstyle=gradient, colors = {#GREEN, #RED, #BLUE...})