FromName()
Color::FromName(const String&) method
Constructs an instance of Color class that represents a color with the specified name.
static Color System::Drawing::Color::FromName(const String &name)
Arguments
Parameter | Type | Description |
---|---|---|
name | const String& | The name of the color |
Return Value
An instance of Color class that represents a color named name
See Also
- Class Color
- Class String
- Namespace System::Drawing
- Library Aspose.Slides