Package | Description |
---|---|
org.apache.commons.imaging.color |
Color spaces and conversions between them.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
static ColorHunterLab |
ColorConversions.convertXYZtoHunterLab(ColorXyz xyz) |
static ColorHunterLab |
ColorConversions.convertXYZtoHunterLab(double X,
double Y,
double Z) |
Modifier and Type | Method and Description |
---|---|
static ColorXyz |
ColorConversions.convertHunterLabtoXYZ(ColorHunterLab cielab) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.