ColorTranslator.ToHtml
ColorTranslator.ToHtml method
Translates the specified Color structure to an HTML string color representation.
public static string ToHtml(Color c)
Parameter | Type | Description |
---|---|---|
c | Color | The Color structure to translate. |
Return Value
The string that represents the HTML color.
See Also
- struct Color
- class ColorTranslator
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common