FromRGB
static methodsCreates a new color object from the rgba channels in the 0..1 range.
Parameters:redNumber
greenNumber
blueNumber
Returns:kendo.Color
The red channel of the color, in the range from 0 to 1.
The green channel of the color, in the range from 0 to 1.
The blue channel of the color, in the range from 0 to 1.
A new object that represents the color with the passed color coordinates