Table of Contents

Method ColorToHtml

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

ColorToHtml(Color)

Converts specified color into the HTML format.

public static string ColorToHtml(Color color)

Parameters

color Color

Color to convert.

Returns

string

String contains HTML representation of given color.