Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gnu.java.awt.color
Class PyccConverter  view PyccConverter download PyccConverter.java

java.lang.Object
  extended bygnu.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.


Constructor Summary
PyccConverter()
           
 
Method Summary
 float[] fromCIEXYZ(float[] in)
           
 float[] fromRGB(float[] in)
           
 float[] toCIEXYZ(float[] in)
           
 float[] toRGB(float[] in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PyccConverter

public PyccConverter()
Method Detail

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