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)
ParameterTypeDescription
valueconst System::String&String value with color component values.

ReturnValue

Color object.

See Also