StructHsvaColor
Struct
A struct representing a color comprised of Hue, Saturation, Value and Alpha channels.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Hsva")]
public struct HsvaColor
Inherited Members
Constructors
HsvaColor(double, double, double, double)
Initializes a new instance of the HsvaColor struct.
Properties
Saturation
Gets the saturation channel of the HsvaColor instance.
Declaration
cs-api-definition
public double Saturation { get; }
Property Value
The saturation channel.
Methods
Equals(HsvaColor)
Compares the two instance.
GetHashCode()
Serves as a hash function for a particular type.
Operators
operator !=(HsvaColor, HsvaColor)
Implements the operator !=.
operator ==(HsvaColor, HsvaColor)
Implements the operator ==.