What should I use to create such gradient in the text?
1 Like
There is a color selector in the tools menu
So
fill…
text(“Colorful”,…
fill( use another color and opacity of 50 - see reference on the website for fill
text(“Ideas”,…
See tutorial for color
2 Likes
Look into blendMode().
3 Likes
Cool. It works!
1 Like