Uses of Class
org.sunflow.image.XYZColor

Packages that use XYZColor
org.sunflow.image   
 

Uses of XYZColor in org.sunflow.image
 

Methods in org.sunflow.image that return XYZColor
 XYZColor RGBSpace.convertRGBtoXYZ(Color c)
           
static XYZColor ChromaticitySpectrum.get(float x, float y)
           
 XYZColor XYZColor.mul(float s)
           
 XYZColor SpectralCurve.toXYZ()
          Convert this curve to a tristimulus CIE XYZ color by integrating against the CIE color matching functions.
 

Methods in org.sunflow.image with parameters of type XYZColor
 Color RGBSpace.convertXYZtoRGB(XYZColor c)