Package | Description |
---|---|
com.xalys.xgl.util.color |
Modifier and Type | Method and Description |
---|---|
static CIELchColor |
CIELchColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from color model to CIE Lab color space
|
CIELchColor |
Color.cieLch() |
static CIELchColor |
Color.cieLch(CIELabColor cieLab)
Converts a color from XYZ color space to CIE L*uv 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)
Converts a color from XYZ color space to CIE L*uv color space
|
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)
Converts a color to CIE L*ch color model with the default CIE L*ch white
point
|
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)
Converts a color from XYZ color space to CIE L*uv color space
|
static CIELchColor |
Color.cieLch(XYZColor xyz,
WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space
|
static CIELchColor |
CIELchColor.fromCIELab(CIELabColor cieLab) |
Modifier and Type | Method and Description |
---|---|
static CIELchColor |
Color.cieLch(CIELchColor cieLch)
Converts a color from XYZ color space to CIE L*uv color space
|
static CIELchColor |
Color.cieLch(CIELchColor cieLch,
WhitePoint whitePoint)
Converts a color from XYZ color space to CIE L*uv color space
|
static CIELabColor |
CIELchColor.fromCIELch(CIELchColor cieLch) |
Copyright © 2018 Xalys. All rights reserved.