ColorHelpers Class
Version 1.0.2
.NET Framework 4.7
| Namespace | Skybrud.Colors |
|---|---|
| Assembly | Skybrud.Colors.dll |
| Visibility | Public |
| Keywords | Static |
| Inheritance | Object |
Static helper methods for various color calculations.
public static class ColorHelpers { }
Methods
|
Converts an HSL color to a RGB color. |
|
Converts the specified HslColor to a RGB color. |
|
HslToRgb(HslColor)
(static)
Converts an instance of HslColor to an instance of RgbColor. |
|
Max(double, double, double)
(static)
Returns the maximum value of |
|
Max(float, float, float)
(static)
Returns the maximum value of |
|
Min(double, double, double)
(static)
Returns the minimum value of |
|
Min(float, float, float)
(static)
Returns the minimum value of |
|
Parse(string)
(static)
Parses the specified |
|
Converts a RGB color to an HSL color. |
|
Converts a RGB color to an HSL color. |
|
TryParse(string, out IColor)
(static)
Attempts to parse the specified |