Class ColorHelper
Provides additional functionality for System.Drawing.Color objects.
public static class ColorHelper
- Inheritance
-
ColorHelper
Methods
- Blend(Color, Color, double)
Blends the specified colors together.
- ColorToHtml(Color)
Converts specified color into the HTML format.
- FromRgb(int)
Creates a System.Drawing.Color structure from a 32-bit RGB value. The alpha value is 255.
- HexToColor(string)
Converts specified hex strng into color.