Class ColorHelper
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Provides additional functionality for System.Drawing.Color objects.
public static class ColorHelper
- Inheritance
-
ColorHelper
Methods
- ColorFromHsv(double, double, double)
Converts the given HSV color representation into the Color.
- ColorFromString(string)
Converts specified string into the Color.
- HsvFromColor(Color, out double, out double, out double)
Converts the given color into the HSV color representation.
- HsvFromRgb(double, double, double, out double, out double, out double)
Converts the given color into the HSV color representation.
- RgbFromHsv(double, double, double, out double, out double, out double)
Converts the given HSV color representation into the color.
- StringFromColor(Color)
Converts the given color into the string.