|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColourConverter.WhitePoint | |
|---|---|
| org.gicentre.utils.colour | Colour-related utilities for use with Processing. |
| Uses of ColourConverter.WhitePoint in org.gicentre.utils.colour |
|---|
| Methods in org.gicentre.utils.colour that return ColourConverter.WhitePoint | |
|---|---|
static ColourConverter.WhitePoint |
ColourConverter.WhitePoint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColourConverter.WhitePoint[] |
ColourConverter.WhitePoint.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.gicentre.utils.colour with parameters of type ColourConverter.WhitePoint | |
|---|---|
static double[] |
ColourConverter.getLab(java.awt.Color colour,
ColourConverter.WhitePoint wp)
Finds the CIELab triplet representing the given colour. |
static double[] |
ColourConverter.getLuv(java.awt.Color colour,
ColourConverter.WhitePoint wp)
Finds the CIELuv triplet representing the given colour. |
static double[] |
ColourConverter.labToRGB(double L,
double a,
double b,
ColourConverter.WhitePoint wp)
Finds the colour corresponding to the given CIELab triplet. |
static double[] |
ColourConverter.luvToRGB(double L,
double u,
double v,
ColourConverter.WhitePoint wp)
Finds the colour corresponding to the given CIELuv triplet. |
| Constructors in org.gicentre.utils.colour with parameters of type ColourConverter.WhitePoint | |
|---|---|
CIELab(ColourConverter.WhitePoint wp)
Creates a CIELab converter using the given reference calibration settings. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||