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