java.lang.Object
gnu.java.awt.color.PyccConverter
- All Implemented Interfaces:
- ColorSpaceConverter
- public class PyccConverter
- extends java.lang.Object
- implements ColorSpaceConverter
PyccConverter - conversion routines for the PhotoYCC colorspace
Also known as PhotoCD YCC, it is an expansion of the conventional
YCC color space to also include colors with over 100% white.
XXX FIXME: Not yet implemented, implementation pending.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PyccConverter
public PyccConverter()
toRGB
public float[] toRGB(float[] in)
- Specified by:
toRGB in interface ColorSpaceConverter
fromRGB
public float[] fromRGB(float[] in)
- Specified by:
fromRGB in interface ColorSpaceConverter
toCIEXYZ
public float[] toCIEXYZ(float[] in)
- Specified by:
toCIEXYZ in interface ColorSpaceConverter
fromCIEXYZ
public float[] fromCIEXYZ(float[] in)
- Specified by:
fromCIEXYZ in interface ColorSpaceConverter