Struct HSVValue
A simple class which stores hue, saturation and value as doubles in the range 0.0-1.0.
public struct HSVValue : IEquatable<HSVValue>
- Implements
Constructors
- HSVValue(double, double, double)
Initializes a new instance of the HSVValue.
Fields
- Hue
Hue component of a color.
- Saturation
Saturation component of a color.
- Value
Value component of a color.
Properties
- AsDebugString
Gets color name and ARGB for the debug purposes.
Methods
- Equals(HSVValue)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Tests whether
obj
is a HSVValue and is equal to this object
- GetHashCode()
Gets the hash code for this RectD.
- ToString()
Gets string representation of this object.
Operators
- operator ==(HSVValue, HSVValue)
Tests whether two HSVValue objects are equal.
- operator !=(HSVValue, HSVValue)
Tests whether two HSVValue objects are different.