Package | Description |
---|---|
com.xalys.xgl.util.color |
Modifier and Type | Method and Description |
---|---|
static CIELuhColor |
CIELuhColor.asCIELabColor(Color color,
WhitePoint whitePoint)
Converts a color from RGB color space to CIE Lab color space
|
CIELuhColor |
Color.cieLuh() |
static CIELuhColor |
Color.cieLuh(CIELuvColor cieLuv)
Converts a color from CIE L*uv color model to CIE L*ch() uv color model
|
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)
Converts a color 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 CIELuhColor |
CIELuhColor.fromCIELab(CIELabColor cieLab) |
Modifier and Type | Method and Description |
---|---|
static CIELuvColor |
CIELuhColor.fromCIELuv(CIELuhColor cieLuh) |
Copyright © 2018 Xalys. All rights reserved.