Package | Description |
---|---|
com.xalys.xgl.util.color | |
com.xalys.xgl.wgl.chart.math |
Modifier and Type | Method and Description |
---|---|
static RGBColor |
RainbowColorMap.getColor(double z) |
RGBColor |
Color.rgb() |
static RGBColor |
Color.rgb(CMYColor cmy)
Converts a color from CMY color model to CMY color model, using the default
RGB color space
|
static RGBColor |
Color.rgb(CMYColor cmy,
ColorSpace colorSpace)
Converts a color from CMY color model to RGB color model, using the
provided color space
|
static RGBColor |
Color.rgb(CMYKColor cmyk)
Converts a color from CMYK color space to RGB color space
|
static RGBColor |
Color.rgb(CMYKColor cmyk,
ColorSpace colorSpace)
Converts a color from CMYK color space to RGB color space
|
static RGBColor |
Color.rgb(Color color)
Converts a color to RGB color space
|
static RGBColor |
Color.rgb(Color color,
ColorSpace colorSpace)
Converts a color to RGB color space
|
RGBColor |
Color.rgb(ColorSpace colorSpace) |
static RGBColor |
Color.rgb(HSLColor hsl)
Converts a color from HSL color space to RGB color space
|
static RGBColor |
Color.rgb(HSVColor hsv)
Converts a color from HSV color space to RGB color space
|
static RGBColor |
Color.rgb(HWBColor hwb) |
RGBColor |
Color.srgb() |
static RGBColor |
Color.srgb(Color color)
Converts a color to SRGB color space
|
static RGBColor |
Color.srgb(RGBColor rgb)
Converts a RGB color from any color space to SRGB color space
|
RGBColor |
HSLColor.toRGB() |
RGBColor |
HSIColor.toRGB() |
RGBColor |
HSLColor.toRGB(ColorSpace colorSpace) |
RGBColor |
HSIColor.toRGB(ColorSpace colorSpace) |
RGBColor |
ColorSpace.toRGB(XYZColor color) |
Modifier and Type | Method and Description |
---|---|
static CMYColor |
Color.cmy(RGBColor rgb)
Converts a color from RGB color model to CMY color model, using the default
CMY color space
|
static CMYColor |
Color.cmy(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from RGB color model to CMY color model, using the
provided color space
|
static CMYKColor |
Color.cmyk(RGBColor rgb)
Converts a color from RGB color model to CMYK color model, using the
default CMYK color space
|
static CMYKColor |
Color.cmyk(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from RGB color model to CMY color model, using the
provided color space
|
static HSIColor |
Color.hsi(RGBColor rgb)
Converts a color from HSV color space to HSL color space
|
static HSIColor |
Color.hsi(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from HSV color space to HSL color space
|
static HSLColor |
Color.hsl(RGBColor rgb) |
static HSLColor |
Color.hsl(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from HSV color space to HSL color space
|
static HSVColor |
Color.hsv(RGBColor rgb)
Converts a color from HSV color space to HSL color space
|
static HSVColor |
Color.hsv(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from HSV color space to HSL color space
|
static HWBColor |
Color.hwb(RGBColor rgb)
Converts a color from HSV color space to HWB color space
|
static HWBColor |
Color.hwb(RGBColor rgb,
ColorSpace colorSpace)
Converts a color from HSV color space to HWB color space
|
static RGBColor |
Color.srgb(RGBColor rgb)
Converts a RGB color from any color space to SRGB color space
|
XYZColor |
ColorSpace.toXYZ(RGBColor color) |
Modifier and Type | Method and Description |
---|---|
RGBColor |
Point3D.getColor() |
Copyright © 2018 Xalys. All rights reserved.