Extracts color components from the string.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic static Color Parse(
string value
)
Public Shared Function Parse (
value As String
) As Color
public:
static Color^ Parse(
String^ value
)
static member Parse :
value : string -> Color
Parameters
- value
- Type: SystemString
String value with color component values.
Return Value
Type:
Color
Color object.
See Also