GetColor
You can review the details about the getColor JSP function.
Description
This JSP function returns the HTML color in hexadecimal code based on the specific color object.
Syntax
public String getColor(java.awt.Color color)
Input parameters
color - Required. Color object.