Blog Archives

Creating a random color in Java

Want to create a random color in Java? With a bit of math, plus Math.random(), it’s pretty easy. A bit about colors Colors on the computer are made up of a red, green, blue triplet; typically called RGB. And each

Tagged with: , ,
Posted in Coding