System::Drawing::ColorTranslator::FromHtml method
ColorTranslator::FromHtml method
Converts the specified HTML color representation to the equvivalent Color object.
static Color System::Drawing::ColorTranslator::FromHtml(const System::String &name)
Parameter | Type | Description |
---|---|---|
name | const System::String& | The name of HTML color to translate |
ReturnValue
A Color object that represents the specified HTML color
See Also
- Class Color
- Class String
- Class ColorTranslator
- Namespace System::Drawing
- Library Aspose.Font for C++