Class Cor

java.lang.Object
  extended by Cor

public class Cor
extends java.lang.Object

Cores em RGB


Field Summary
 int b
           
 int g
           
 int r
           
 
Constructor Summary
Cor(double r, double g, double b)
           
Cor(int r, int g, int b)
           
Cor(java.lang.String cor)
           
 
Method Summary
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

b

public int b

g

public int g

r

public int r
Constructor Detail

Cor

public Cor(double r,
           double g,
           double b)

Cor

public Cor(int r,
           int g,
           int b)

Cor

public Cor(java.lang.String cor)