Table of Contents

Class SystemDrawingColorExtensions

Namespace
Dmnk.Icons.Core
Assembly
Dmnk.Icons.Core.dll
public static class SystemDrawingColorExtensions
Inheritance
SystemDrawingColorExtensions
Inherited Members

Methods

ToHexString(Color)

Converts a Color to a hex string in the format "#RRGGBB", for example to be used in CSS styles.

public static string ToHexString(this Color color)

Parameters

color Color

Returns

string