Aspose::Pdf::Color::Parse method

Color::Parse method

Extracts color components from the string.

static System::SharedPtr<Color> Aspose::Pdf::Color::Parse(System::String value)
ParameterTypeDescription
valueSystem::StringString value with color component values.

ReturnValue

Color object.

See Also