Search
Convert.fromColor Method
See Also
 






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

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static String fromColor (
    Color val
)

 Parameters

val

 Return Value

 See Also