Method ToHtml
ToHtml(Color)
Creates HTML color from the color.
public static string ToHtml(Color c)
Parameters
c
ColorThe color class.
Returns
- string
The html string color.
Creates HTML color from the color.
public static string ToHtml(Color c)
c
ColorThe color class.
The html string color.