Uses of Class
org.sunflow.image.XYZColor
-
Packages that use XYZColor Package Description org.sunflow.image -
-
Uses of XYZColor in org.sunflow.image
Methods in org.sunflow.image that return XYZColor Modifier and Type Method Description XYZColorRGBSpace. convertRGBtoXYZ(Color c)static XYZColorChromaticitySpectrum. get(float x, float y)XYZColorXYZColor. mul(float s)XYZColorSpectralCurve. 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 Modifier and Type Method Description ColorRGBSpace. convertXYZtoRGB(XYZColor c)
-