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 ColorHunterLab
ColorHunterLab. BLACK
A constant for color black.static ColorHunterLab
ColorHunterLab. BLUE
A constant for color blue.static ColorHunterLab
ColorHunterLab. GREEN
A constant for color green.static ColorHunterLab
ColorHunterLab. RED
A constant for color red.static ColorHunterLab
ColorHunterLab. WHITE
A constant for color white.Methods in org.apache.commons.imaging.color that return ColorHunterLab Modifier and Type Method Description static ColorHunterLab
ColorConversions. convertXYZtoHunterLab(double X, double Y, double Z)
static ColorHunterLab
ColorConversions. convertXYZtoHunterLab(ColorXyz xyz)
Methods in org.apache.commons.imaging.color with parameters of type ColorHunterLab Modifier and Type Method Description static ColorXyz
ColorConversions. convertHunterLabtoXYZ(ColorHunterLab cielab)
-