Couleur d'unité par RVB

myColor = new Color(red,green,blue);
//where red, green, and blue are float values between 0-255
Xombiehacker