ConvertDrawingColorFromHex Method

Convert a hexadecimal string to a color.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Color DrawingColorFromHex(
	string hex
)

Parameters

hex  String
Hexadecimal value to convert.

Return Value

Color
Color with the value converted.

See Also