| Package | Description | 
|---|---|
| com.xalys.xgl.util.color | 
| Modifier and Type | Field and Description | 
|---|---|
static WhitePoint | 
CIELuvColor.DEFAULT_WHITE_POINT  | 
static WhitePoint | 
HunterLabColor.DEFAULT_WHITE_POINT  | 
static WhitePoint | 
CIELchColor.DEFAULT_WHITE_POINT  | 
static WhitePoint | 
CIELabColor.DEFAULT_WHITE_POINT  | 
static WhitePoint | 
CIELuhColor.DEFAULT_WHITE_POINT  | 
static WhitePoint | 
WhitePoint.DEFAULT_WHITE_POINT  | 
| Modifier and Type | Method and Description | 
|---|---|
WhitePoint | 
CIELuvColor.getDefaultWhitePoint()  | 
WhitePoint | 
HunterLabColor.getDefaultWhitePoint()  | 
WhitePoint | 
CIELchColor.getDefaultWhitePoint()  | 
WhitePoint | 
CIELabColor.getDefaultWhitePoint()  | 
WhitePoint | 
CIELuhColor.getDefaultWhitePoint()  | 
abstract WhitePoint | 
WhitePointDefined.getDefaultWhitePoint()  | 
WhitePoint | 
ColorSpace.getWhitePoint()  | 
WhitePoint | 
WhitePointDefined.getWhitePoint()  | 
static WhitePoint | 
WhitePoint.getWhitePoint(WhitePoint.Illuminant illuminant,
             WhitePoint.Observer observer)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CIELuvColor | 
CIELuvColor.asCIELabColor(Color color,
             WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space 
 | 
static CIELchColor | 
CIELchColor.asCIELabColor(Color color,
             WhitePoint whitePoint)
Converts a color from color model to CIE Lab color space 
 | 
static CIELabColor | 
CIELabColor.asCIELabColor(Color color,
             WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space 
 | 
static CIELuhColor | 
CIELuhColor.asCIELabColor(Color color,
             WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space 
 | 
static CIELabColor | 
Color.cieLab(CIELabColor cieLab,
      WhitePoint whitePoint)
Converts a color from space to CIE Lab color space 
 | 
static CIELabColor | 
Color.cieLab(Color color,
      WhitePoint whitePoint)
Converts a color from space to CIE Lab color space 
 | 
CIELabColor | 
Color.cieLab(WhitePoint whitePoint)  | 
static CIELabColor | 
Color.cieLab(XYZColor xyz,
      WhitePoint whitePoint)
Converts a color from XYZ color space to CIE Lab color space 
 | 
static CIELchColor | 
Color.cieLch(CIELabColor cieLab,
      WhitePoint whitePoint)
Converts a color from CIE L*ab color model to CIE L*ch color model 
 | 
static CIELchColor | 
Color.cieLch(CIELchColor cieLch,
      WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space 
 | 
static CIELchColor | 
Color.cieLch(Color color,
      WhitePoint whitePoint)
Converts a color from RGB color space to CIE L*uv color space 
 | 
CIELchColor | 
Color.cieLch(WhitePoint whitePoint)  | 
static CIELchColor | 
Color.cieLch(XYZColor xyz,
      WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space 
 | 
static CIELuhColor | 
Color.cieLuh(CIELuvColor cieLuv,
      WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space 
 | 
static CIELuhColor | 
Color.cieLuh(Color color,
      WhitePoint whitePoint)
Converts a color to CIE L*uv color space 
 | 
CIELuhColor | 
Color.cieLuh(WhitePoint whitePoint)  | 
static CIELuvColor | 
Color.cieLuv(Color color,
      WhitePoint whitePoint)
Converts a color from RGB color space to CIE L*uv color space 
 | 
CIELuvColor | 
Color.cieLuv(WhitePoint whitePoint)  | 
static CIELuvColor | 
Color.cieLuv(XYZColor xyz,
      WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space 
 | 
static HunterLabColor | 
Color.hunterLab(Color color,
         WhitePoint whitePoint)
Converts a color to Hunter Lab color space 
 | 
static HunterLabColor | 
Color.hunterLab(HunterLabColor hunterLab,
         WhitePoint whitePoint)
Converts a color to Hunter Lab color space 
 | 
HunterLabColor | 
Color.hunterLab(WhitePoint whitePoint)  | 
| Constructor and Description | 
|---|
CIELabColor(double l,
           double a,
           double b,
           double alpha,
           WhitePoint whitePoint)  | 
CIELabColor(double l,
           double a,
           double b,
           WhitePoint whitePoint)  | 
CIELchColor(double lightness,
           double chroma,
           double hue,
           double alpha,
           WhitePoint whitePoint)  | 
CIELchColor(double lightness,
           double chroma,
           double hue,
           WhitePoint whitePoint)  | 
CIELuhColor(double lightness,
           double u,
           double hue,
           double alpha,
           WhitePoint whitePoint)  | 
CIELuhColor(double lightness,
           double u,
           double hue,
           WhitePoint whitePoint)  | 
CIELuvColor(double l,
           double u,
           double v,
           double alpha,
           WhitePoint whitePoint)  | 
CIELuvColor(double l,
           double u,
           double v,
           WhitePoint whitePoint)  | 
ColorSpace(String description,
          double[][] primaries,
          WhitePoint whitePoint,
          ColorSpace.GammaCorrection toXYZGammaCorrection,
          ColorSpace.GammaCorrection toRGBGammaCorrection)  | 
ColorSpace(String description,
          double[][] primaries,
          WhitePoint whitePoint,
          double gamma)  | 
HunterLabColor(double l,
              double a,
              double b,
              double alpha,
              WhitePoint whitePoint)  | 
HunterLabColor(double l,
              double a,
              double b,
              WhitePoint whitePoint)  | 
WhitePointDefined(WhitePoint whitePoint)  | 
Copyright © 2018 Xalys. All rights reserved.