HsvColor Methods
Methods
Equals(HsvColor) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object)) |
FromAhsv(Double, Double, Double, Double) | Creates a new HsvColor from individual color component values. |
FromHsv(Double, Double, Double) | Creates a new HsvColor from individual color component values. |
GetHashCode() | Gets a hashcode for this object. Hashcode is not guaranteed to be unique. (Overrides ValueType.GetHashCode()) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
Parse(String) | Parses an HSV color string. |
ToHsl() | Returns the HSL color model equivalent of this HSV color. |
ToHsl(Double, Double, Double, Double) | Converts the given HSVA color component values to their HSL color equivalent. |
ToRgb() | Returns the RGB color model equivalent of this HSV color. |
ToRgb(Double, Double, Double, Double) | Converts the given HSVA color component values to their RGB color equivalent. |
ToString() | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString()) |
TryParse(String, HsvColor) | Parses an HSV color string. |