Uses of Class
org.apache.commons.imaging.color.ColorXyz
-
Packages that use ColorXyz Package Description org.apache.commons.imaging.color Color spaces and conversions between them. -
-
Uses of ColorXyz in org.apache.commons.imaging.color
Fields in org.apache.commons.imaging.color declared as ColorXyz Modifier and Type Field Description static ColorXyzColorXyz. BLACKA constant for color black.static ColorXyzColorXyz. BLUEA constant for color blue.static ColorXyzColorXyz. GREENA constant for color green.static ColorXyzColorXyz. REDA constant for color red.static ColorXyzColorXyz. WHITEA constant for color white.Methods in org.apache.commons.imaging.color that return ColorXyz Modifier and Type Method Description static ColorXyzColorConversions. convertCIELabtoXYZ(double L, double a, double b)static ColorXyzColorConversions. convertCIELabtoXYZ(ColorCieLab cielab)static ColorXyzColorConversions. convertCIELuvtoXYZ(double L, double u, double v)static ColorXyzColorConversions. convertCIELuvtoXYZ(ColorCieLuv cielch)static ColorXyzColorConversions. convertHunterLabtoXYZ(double L, double a, double b)static ColorXyzColorConversions. convertHunterLabtoXYZ(ColorHunterLab cielab)static ColorXyzColorConversions. convertRGBtoXYZ(int rgb)Methods in org.apache.commons.imaging.color with parameters of type ColorXyz Modifier and Type Method Description static ColorCieLabColorConversions. convertXYZtoCIELab(ColorXyz xyz)static ColorCieLuvColorConversions. convertXYZtoCIELuv(ColorXyz xyz)static ColorHunterLabColorConversions. convertXYZtoHunterLab(ColorXyz xyz)static intColorConversions. convertXYZtoRGB(ColorXyz xyz)
-