public static class Color.HSV
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
hue |
double |
saturation |
double |
value |
| Constructor and Description |
|---|
HSV() |
HSV(double hue,
double saturation,
double value) |
HSV(Vec3 hsv) |
| Modifier and Type | Method and Description |
|---|---|
int |
mod(int color,
boolean relative) |
java.lang.String |
toString() |
public HSV()
public HSV(double hue,
double saturation,
double value)
public HSV(Vec3 hsv)