Uses of Class
org.sunflow.image.XYZColor
-
Packages that use XYZColor Package Description org.sunflow.image -
-
Uses of XYZColor in org.sunflow.image
Fields in org.sunflow.image declared as XYZColor Modifier and Type Field Description private static XYZColorChromaticitySpectrum. S0xyzprivate static XYZColorChromaticitySpectrum. S1xyzprivate static XYZColorChromaticitySpectrum. S2xyzMethods 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)
-