Package | Description |
---|---|
org.apache.commons.imaging.color |
Color spaces and conversions between them.
|
Modifier and Type | Field and Description |
---|---|
static ColorHsl |
ColorHsl.BLACK
A constant for color black.
|
static ColorHsl |
ColorHsl.BLUE
A constant for color blue.
|
static ColorHsl |
ColorHsl.GREEN
A constant for color green.
|
static ColorHsl |
ColorHsl.RED
A constant for color red.
|
static ColorHsl |
ColorHsl.WHITE
A constant for color white.
|
Modifier and Type | Method and Description |
---|---|
static ColorHsl |
ColorConversions.convertRGBtoHSL(int rgb) |
Modifier and Type | Method and Description |
---|---|
static int |
ColorConversions.convertHSLtoRGB(ColorHsl hsl) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.