Modifier and Type | Field and Description |
---|---|
private ColorSpace | |
private static final double | power1
The exponent for gamma correction. |
private static final long | serialVersionUID
Use serialVersionUID from JDK 9 for interoperability.
|
private static ColorSpace |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. o)Overrides java. Indicates whether some other object is "equal to" this one. |
public float[] | fromCIEXYZ(float[]
a float array with length of at least 3 xyzvalue)Implements abstract java. Transforms a color value assumed to be in the |
public float[] | fromRGB(float[]
a float array with length of at least 3 rgbvalue)Implements abstract java. Transforms a color value assumed to be in the default |
public static final synchronized ColorSpace | |
public int | |
public float[] | toCIEXYZ(float[]
a float array with length of at least the number of
components in this colorvalue)ColorSpace Implements abstract java. Transforms a color value assumed to be in this |
public float[] | toRGB(float[]
a float array with length of at least the number of
components in this colorvalue)ColorSpace Implements abstract java. Transforms a color value assumed to be in this |
csRGB | back to summary |
---|---|
private ColorSpace csRGB |
power1 | back to summary |
---|---|
private static final double power1 The exponent for gamma correction. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Use serialVersionUID from JDK 9 for interoperability. |
theInstance | back to summary |
---|---|
private static ColorSpace theInstance |
SimpleCMYKColorSpace | back to summary |
---|---|
private SimpleCMYKColorSpace() |
equals | back to summary |
---|---|
public boolean equals(Object o) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes.
|
fromCIEXYZ | back to summary |
---|---|
public float[] fromCIEXYZ(float[] xyzvalue) Implements abstract java. Doc from java. Transforms a color value assumed to be in the
This method transforms color values using relative colorimetry, as
defined by the International Color Consortium standard. This means that
the XYZ argument values taken by this method are represented relative to
the D50 white point of the
|
fromRGB | back to summary |
---|---|
public float[] fromRGB(float[] rgbvalue) Implements abstract java. Doc from java. Transforms a color value assumed to be in the default
This method transforms color values using algorithms designed to produce
the best perceptual match between input and output colors. In order to do
colorimetric conversion of color values, you should use the
|
getInstance | back to summary |
---|---|
public static final synchronized ColorSpace getInstance() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toCIEXYZ | back to summary |
---|---|
public float[] toCIEXYZ(float[] colorvalue) Implements abstract java. Doc from java. Transforms a color value assumed to be in this
This method transforms color values using relative colorimetry, as
defined by the International Color Consortium standard. This means that
the XYZ values returned by this method are represented relative to the
D50 white point of the
|
toRGB | back to summary |
---|---|
public float[] toRGB(float[] colorvalue) Implements abstract java. Doc from java. Transforms a color value assumed to be in this
This method transforms color values using algorithms designed to produce
the best perceptual match between input and output colors. In order to do
colorimetric conversion of color values, you should use the
|