Aspose::Pdf::Color::Parse method
Color::Parse method
Extracts color components from the string.
static System::SharedPtr<Color> Aspose::Pdf::Color::Parse(const System::String &value)
| Parameter | Type | Description |
|---|---|---|
| value | const System::String& | String value with color component values. |
ReturnValue
Color object.
See Also
- Typedef SharedPtr
- Class Color
- Class String
- Class Color
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++