Returns the RGB string representation of a color.译:返回一个颜色的RGB值。
value — An object or string, representing a color译:值 - 颜色对象或颜色字符串。
value
blue = new Color("blue") print blue.toRgbString() # "rgb(0, 0, 255)"