from_hsv


Description:

public static Color from_hsv (double h, double s, double v)

Create new color for the given HSV values while h in [0,360), s in [0,1] and v in [0,1]

Parameters:

h

the hue for the color

s

the saturation for the color

v

the value for the color

Returns:

new Color based on the HSV values