Search
Converter.fromColor Method
See Also
 






Converts the specified color value to string in the format #AARRGGBB.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static String fromColor (
    Color val
)

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also