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. |
ColorSpace getInstance(int )
|
Documentation changed from old to new. |
Returns a ColorSpace representing one of the specific predefined color spaces. |
String getName(int )
|
Documentation changed from old to new. |
Returns the name of the component given the component index. |
int getNumComponents()
|
Documentation changed from old to new. |
Returns the number of components of this ColorSpace. |
int getType()
|
Documentation changed from old to new. |
Returns the color space type of this ColorSpace (for example TYPE_RGB TYPE_XYZ ...). |
boolean isCS_sRGB()
|
Documentation changed from old to new. |
Returns true if the ColorSpace is CS_sRGB. |
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. |