color.toString()
Returns a string representing this color according to the CSS Object Model specification, such as rgb(247, 234, 186)
. If this color is not displayable, a suitable displayable color is returned instead. For example, RGB channel values greater than 255 are clamped to 255.
Please login to continue.