Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
Nice! What if all three values were relatively prime to 256, and relatively prime to each other? Kind of a neat math question. Imagine starting at 0,0,0 and having adding numbers of 3, 5 and 7 for example. We could even use "wraparound" (mod 256) to simplify it. Will every value (r,g,b) be reached?