Uses of Class
org.apache.commons.imaging.color.ColorHunterLab
-
Packages that use ColorHunterLab Package Description org.apache.commons.imaging.color Color spaces and conversions between them. -
-
Uses of ColorHunterLab in org.apache.commons.imaging.color
Fields in org.apache.commons.imaging.color declared as ColorHunterLab Modifier and Type Field Description static ColorHunterLabColorHunterLab. BLACKA constant for color black.static ColorHunterLabColorHunterLab. BLUEA constant for color blue.static ColorHunterLabColorHunterLab. GREENA constant for color green.static ColorHunterLabColorHunterLab. REDA constant for color red.static ColorHunterLabColorHunterLab. WHITEA constant for color white.Methods in org.apache.commons.imaging.color that return ColorHunterLab Modifier and Type Method Description static ColorHunterLabColorConversions. convertXYZtoHunterLab(double X, double Y, double Z)static ColorHunterLabColorConversions. convertXYZtoHunterLab(ColorXyz xyz)Methods in org.apache.commons.imaging.color with parameters of type ColorHunterLab Modifier and Type Method Description static ColorXyzColorConversions. convertHunterLabtoXYZ(ColorHunterLab cielab)
-