Uses of Class
org.sunflow.image.XYZColor
Packages that use XYZColor
-
Uses of XYZColor in de.grogra.gpuflux.imp3d.spectral
Methods in de.grogra.gpuflux.imp3d.spectral that return XYZColor -
Uses of XYZColor in de.grogra.gpuflux.utils
Methods in de.grogra.gpuflux.utils with parameters of type XYZColor -
Uses of XYZColor in org.sunflow.image
Methods in org.sunflow.image that return XYZColorModifier 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) Methods in org.sunflow.image with parameters of type XYZColorModifier and TypeMethodDescriptionfinal Color
RGBSpace.convertXYZtoRGB
(XYZColor c) final void
RGBSpace.convertXYZtoRGB
(XYZColor c, Tuple3f out)