Search
Convert.fromColor Method
See Also
 






 Overload List

Name Description

Convert.fromColor

Converts the specified Color to string. The resulting string is in the format #AARRGGBB.

Convert.fromColor

Converts the specified Color to string. boolean hex param is a param to indicate whether color has to be converted to Hex value. The Default resulting string is in the format rgba(0,0,0,0).

 See Also