Save This Page
Home » jexcelapi_2_6_8 » jxl.format » [javadoc | source]
jxl.format
public final class: RGB [javadoc | source]
java.lang.Object
   jxl.format.RGB
A structure which contains the RGB values for a particular colour
Constructor:
 public RGB(int r,
    int g,
    int b) 
Method from jxl.format.RGB Summary:
getBlue,   getGreen,   getRed
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.format.RGB Detail:
 public int getBlue() 
    Accessor for the blue component
 public int getGreen() 
    Accessor for the green component
 public int getRed() 
    Accessor for the red component