color from int to color?
Hello,
the color is given by r,g,b what gives us approx. 256*256*256 colors.
Let's assume I have an int "A" running from 0 to 16 700 000.
I now want this process to be shown as a color. So I first have to run the r-value from 0 to 256, then the g, then the b, then turn r to 1 and let g run from 0 to 256...
that's sound a little complicate. what is the formula for
value of A -> r,g,b
Thanks !
Greetings!
Chris