ColorConverters Class

Definition

Contains several helper methods to convert System.Drawing.Color

public static class ColorConverters
Inheritance
ColorConverters

Methods

FromHex(String)

Creates a new Color from a Hex string.

FromHsl(Single, Single, Single)

Creates a new Color from hue, saturation, and lightness.

FromHsla(Single, Single, Single, Int32)

Creates a new Color from hue, saturation, luminosity, and alpha.

FromUInt(UInt32)

Creates a new Color from an UInt.

Applies to