Uses of Class
org.apache.commons.imaging.formats.tiff.photometricinterpreters.PhotometricInterpreterLogLuv.RgbValues
-
Packages that use PhotometricInterpreterLogLuv.RgbValues Package Description org.apache.commons.imaging.formats.tiff.photometricinterpreters Classes for TIFF photometric interpretation (specifies the intended interpretation of the image pixel data). -
-
Uses of PhotometricInterpreterLogLuv.RgbValues in org.apache.commons.imaging.formats.tiff.photometricinterpreters
Methods in org.apache.commons.imaging.formats.tiff.photometricinterpreters that return PhotometricInterpreterLogLuv.RgbValues Modifier and Type Method Description (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.
-