Mixing colours in Processing

What should I use to create such gradient in the text?

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

Thanks. We used your advice, but result is not satisfactorily.

Look into blendMode().

Cool. It works! :blush: