Package | Description |
---|---|
com.xalys.xgl.util.color |
Modifier and Type | Method and Description |
---|---|
HunterLabColor |
Color.hunterLab() |
static HunterLabColor |
Color.hunterLab(Color color)
Converts a color from RGB color space to Hunter Lab color space
|
static HunterLabColor |
Color.hunterLab(Color color,
WhitePoint whitePoint)
Converts a color to Hunter Lab color space
|
static HunterLabColor |
Color.hunterLab(HunterLabColor hunterLab)
Converts a color from RGB color space 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) |
Modifier and Type | Method and Description |
---|---|
static HunterLabColor |
Color.hunterLab(HunterLabColor hunterLab)
Converts a color from RGB color space to Hunter Lab color space
|
static HunterLabColor |
Color.hunterLab(HunterLabColor hunterLab,
WhitePoint whitePoint)
Converts a color to Hunter Lab color space
|
Copyright © 2018 Xalys. All rights reserved.