AxoColorFromInvariantString Method |
Creates a color from its invariant string representation.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AxoColor FromInvariantString(
string val
)
Parameters
- val String
- The invariant string representation.
Return Value
AxoColorThe parsed color.
See Also