Generated by
JDiff

Class java.awt.color.ColorSpace

Added interface java.io.Serializable.

Changed Methods
float[] fromCIEXYZ(float[]) Documentation changed from old to new.
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
float[] fromRGB(float[]) Documentation changed from old to new.
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
float[] toCIEXYZ(float[]) Documentation changed from old to new.
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
float[] toRGB(float[]) Documentation changed from old to new.
Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.