Mixing colours in Processing

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

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

1 Like

Look into blendMode().

3 Likes

Cool. It works! :blush:

1 Like