FromHSV
static methodsCreates a new color object from the hsva channels in the 0..1 range.
Parameters:hueNumber
saturationNumber
valueNumber
Returns:kendo.Color
The hue channel of the color, in the range from 0 to 1.
The saturation channel of the color, in the range from 0 to 1.
The value channel of the color, in the range from 0 to 1.
A new object that represents the color with the passed color coordinates