toHtmlHexTriplet method

String toHtmlHexTriplet()

To HTML color.

Implementation

String toHtmlHexTriplet()
{
  return "#" + toHexTriplet();
}