Uses of Class
org.sunflow.image.XYZColor
-
Uses of XYZColor in de.grogra.gpuflux.imp3d.spectral
-
Uses of XYZColor in de.grogra.gpuflux.utils
-
Uses of XYZColor in org.sunflow.image
Modifier and TypeMethodDescriptionfinal XYZColor
RGBSpace.convertRGBtoXYZ
(Color c) static final XYZColor
ChromaticitySpectrum.get
(float x, float y) final XYZColor
XYZColor.mul
(float s) final XYZColor
SpectralCurve.toXYZ()
Convert this curve to a tristimulus CIE XYZ color by integrating against the CIE color matching functions.static final XYZColor
SpectralCurve.toXYZ
(float lambda, float amplitude) Modifier and TypeMethodDescriptionfinal Color
RGBSpace.convertXYZtoRGB
(XYZColor c) final void
RGBSpace.convertXYZtoRGB
(XYZColor c, Tuple3f out)