ColorParse Method
Extracts color components from the string.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public static Color Parse(
	string value
)

Parameters

value
Type: SystemString
String value with color component values.

Return Value

Type: Color
Color object.
See Also