Color data type and function
in
Programming Questions
•
10 months ago
Hi Guys, I can't seem to wrap my head around the color datatype and color function.
- color c = color(51,102,153);
- println(c);
I get "-13408615" ???
- color c = color(51,102,153);
- background(c);
How the heck is processing translating "-13408615" into R 51, G 102, B 153???
Thanks! I really appreciate this blog.
1