ColorConverters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains several helper methods to convert System.Drawing.Color
public static class ColorConverters
- Inheritance
-
System.ObjectColorConverters
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. |