Click or drag to resize

OriginAnyParserGetColor Method

Decodes an Origin color descriptor from its binary string representation.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Color GetColor(
	string strbincolor
)

Parameters

strbincolor  String
The four-byte color descriptor encoded as a string.

Return Value

Color
The decoded Color value.
See Also