Generated by
JDiff

Class jxl.format.Colour

Changed Constructors
Colour(int, String, int, int, int) Change in type from (int, String) to (int, String, int, int, int).
Private constructor
 

Removed Methods
Colour getColour(int) Gets the colour from the value
 

Added Methods
Colour[] getAllColours() Returns all available colours - used when generating the default palette
int getDefaultBlue() Gets the default blue content of this colour.
int getDefaultGreen() Gets the default green content of this colour.
int getDefaultRed() Gets the default red content of this colour.
Colour getInternalColour(int) Gets the internal colour from the value
 

Removed Fields
Colour LIGHT_YELLOW  
Colour VERY_LIGHT_ORANGE  
 

Added Fields
Colour BLUE2  
Colour CORAL  
Colour DARK_BLUE2  
Colour DARK_PURPLE  
Colour DARK_RED2  
Colour ICE_BLUE  
Colour IVORY  
Colour LIGHT_TURQUOISE2  
Colour OCEAN_BLUE  
Colour PALETTE_BLACK  
Colour PERIWINKLE  
Colour PINK2  
Colour PLUM2  
Colour TEAL2  
Colour TURQOISE2  
Colour VIOLET2  
Colour YELLOW2