color rosso=color(255,0,0,random(0,200)); color giallo=color(255,255,0,random(0,200)); color verde=color(0,255,0,random(0,200)); color blu=color(0,0,255,random(0,200));
1. how can i make a better gradation between yellow-green-blu? Because i think it's really good between red and yellow, but don't look the same for the others colors;
2. how can i make light effect and super brightness color like in the wallpaper i posted? and a blur effect for opaque circles?
i'm using processing from a short time, so be more simple you can with answers, please :P