ConvertDrawingColorToHex Method

Convert a color to a hexadecimal string.

Definition

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

Parameters

color  Color
Color to convert.

Return Value

String
String with the value converted.

See Also