| Constructor and Description |
|---|
Hue() |
| Modifier and Type | Method and Description |
|---|---|
double |
getHue()
Returns the hue value.
|
double |
getSaturation()
Returns the saturation value.
|
void |
setHue(double hue)
Sets the hue value, a value in degrees.
|
void |
setSaturation(double saturation)
Sets the saturation value, a double value between 0.0 and 1.0.
|
public double getHue()
public double getSaturation()
public void setHue(double hue)
hue - the hue valuepublic void setSaturation(double saturation)
saturation - the saturation valueCopyright © 2014. All Rights Reserved.