public class HSV implements ConvertibleColor
ConvertibleColor.DefaultImpls| Constructor and Description |
|---|
HSV(int h,
int s,
int v) |
| Modifier and Type | Method and Description |
|---|---|
int |
component1() |
int |
component2() |
int |
component3() |
HSV |
copy(int h,
int s,
int v) |
boolean |
equals(java.lang.Object p) |
int |
getH() |
int |
getS() |
int |
getV() |
int |
hashCode() |
HSL |
toHSL()
Convert this color to Hue-Saturation-Luminosity
|
HSV |
toHSV()
Convert this color to Hue-Saturation-Value
|
RGB |
toRGB()
Convert this color to Red-Green-Blue (using sRGB color space)
|
java.lang.String |
toString() |
public RGB toRGB()
Convert this color to Red-Green-Blue (using sRGB color space)
public HSL toHSL()
Convert this color to Hue-Saturation-Luminosity
public HSV toHSV()
Convert this color to Hue-Saturation-Value
public int getH()
public int getS()
public int getV()
public int component1()
public int component2()
public int component3()
public HSV copy(int h, int s, int v)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)