Generated by
JDiff

Class com.itextpdf.kernel.colors.Color

Added Methods
Color  createColorWithColorSpace( float[]) Creates a color object based on the passed through values.
 

Changed Methods
DeviceRgb  convertCmykToRgb( DeviceCmyk) Documentation changed from old to new.
Converts DeviceCmyk color to DeviceRgb color
DeviceCmyk  convertRgbToCmyk( DeviceRgb) Documentation changed from old to new.
Converts DeviceRgb color to DeviceCmyk color
boolean  equals( Object) Documentation changed from old to new.
Indicates whether the color is equal to the given color.
Color  makeColor( PdfColorSpace) Documentation changed from old to new.
Makes a Color of certain color space.
Color  makeColor( PdfColorSpace, float[] ) Documentation changed from old to new.
Makes a Color of certain color space and color value.