public final class ColorHsv
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ColorHsv |
BLACK
A constant for color black.
|
static ColorHsv |
BLUE
A constant for color blue.
|
static ColorHsv |
GREEN
A constant for color green.
|
double |
H |
static ColorHsv |
RED
A constant for color red.
|
double |
S |
double |
V |
static ColorHsv |
WHITE
A constant for color white.
|
| Constructor and Description |
|---|
ColorHsv(double H,
double S,
double V) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final ColorHsv BLACK
Hue: 0
Saturation: 0
Value: 0
public static final ColorHsv WHITE
Hue: 0
Saturation: 0
Value: 100
public static final ColorHsv RED
Hue: 0
Saturation: 100
Value: 100
public static final ColorHsv GREEN
Hue: 120
Saturation: 100
Value: 100
public static final ColorHsv BLUE
Hue: 240
Saturation: 100
Value: 100
public final double H
public final double S
public final double V
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"