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