System::Drawing::ColorTranslator::ToHtml method
ColorTranslator::ToHtml method
Converts the specified Color object to the string representation of equivalent HTML color.
static String System::Drawing::ColorTranslator::ToHtml(const Color &color)
| Parameter | Type | Description |
|---|---|---|
| color | const Color& | A Color object to translate |
ReturnValue
The name of HTML color equivalent to the color represented by color
See Also
- Class String
- Class Color
- Class ColorTranslator
- Namespace System::Drawing
- Library Aspose.PDF for C++