Search
Convert.toColor1 Method
See Also
 






Converts the specified string to Color. The string should be in the format #AARRGGBB or rgba(0,0,0,0) default value Black

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static Color toColor1 (
    String s
)

 Parameters

s

 Return Value

 See Also