Click or drag to resize

AxoColorFromInvariantString Method

Creates a color from its invariant string representation.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static AxoColor FromInvariantString(
	string val
)

Parameters

val  String
The invariant string representation.

Return Value

AxoColor
The parsed color.
See Also