org.apache.batik.ext.awt.color
public class ICCColorSpaceExt extends ICC_ColorSpace
| Field Summary | |
|---|---|
| static int | ABSOLUTE_COLORIMETRIC |
| static int | AUTO |
| static int | PERCEPTUAL |
| static int | RELATIVE_COLORIMETRIC |
| static int | SATURATION |
| Constructor Summary | |
|---|---|
| ICCColorSpaceExt(ICC_Profile p, int intent) | |
| Method Summary | |
|---|---|
| float[] | absoluteColorimetricToRGB(float[] values)
Absolute colorimetric. |
| float[] | intendedToRGB(float[] values)
Returns the sRGB value obtained by forcing the
conversion method to the intent passed to the
constructor |
| float[] | perceptualToRGB(float[] values)
Perceptual conversion is the method implemented by the
base class's toRGB method |
| float[] | relativeColorimetricToRGB(float[] values)
Relative colorimetric needs to happen through CIEXYZ
conversion |
| float[] | saturationToRGB(float[] values)
Saturation. |