Uses of Class
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterLogLuv.TristimulusValues
Packages that use PhotometricInterpreterLogLuv.TristimulusValues
Package
Description
Classes for TIFF photometric interpretation (specifies the intended
interpretation of the image pixel data).
-
Uses of PhotometricInterpreterLogLuv.TristimulusValues in org.apache.commons.imaging.formats.tiff.photometricinterpreters
Methods in org.apache.commons.imaging.formats.tiff.photometricinterpreters that return PhotometricInterpreterLogLuv.TristimulusValuesModifier and TypeMethodDescription(package private) PhotometricInterpreterLogLuv.TristimulusValues
PhotometricInterpreterLogLuv.getTristimulusValues
(int cieL, int cieA, int cieB) Receives a triplet of CIELAB values, and calculates the tristimulus values.Methods in org.apache.commons.imaging.formats.tiff.photometricinterpreters with parameters of type PhotometricInterpreterLogLuv.TristimulusValuesModifier and TypeMethodDescription(package private) PhotometricInterpreterLogLuv.RgbValues
PhotometricInterpreterLogLuv.getRgbValues
(PhotometricInterpreterLogLuv.TristimulusValues tristimulusValues) Receives a triplet tristimulus values (CIE XYZ) and then does a CIELAB-CIEXYZ conversion (consult Wikipedia link for formula), where the CIELAB values are used to calculate the tristimulus values of the reference white point.