Malay Vasa Profile picture
design engineer @diffusion_labs
Apr 14, 2022 12 tweets 5 min read
Color is probably the trickiest thing to master, especially using code. I wrote a thread breaking down color models and how to manipulate color in @p5xjs 🧵 1/n Image There are several color models out there, you're probably already familiar with RGB - Red, Green, Blue. Each color is represented by three values ranging between 0 - 255 (256 Possibilities). Image