Struct HsvColor
Represents a structure of Hue-Saturation-values-alpha used to convert back and forth between the HsvColor and RGB color values.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfShared.Wpf.dll
Syntax
public struct HsvColor
Fields
A
The Alpha/opacity in 0..1 range.
Declaration
public double A
Field Value
Type |
---|
System.Double |
H
The Hue in 0..360 range.
Declaration
public double H
Field Value
Type |
---|
System.Double |
S
The Saturation in 0..1 range.
Declaration
public double S
Field Value
Type |
---|
System.Double |
V
The Value in 0..1 range.
Declaration
public double V
Field Value
Type |
---|
System.Double |