Class HSV
HSV color enum.
Inheritance
System.Object
HSV
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class HSV : Enum
Fields
H
Hue parameter.
Declaration
public const HSV H
Field Value
| Type |
|---|
| HSV |
S
Saturation parameter.
Declaration
public const HSV S
Field Value
| Type |
|---|
| HSV |
V
Brightness parameter.
Declaration
public const HSV V
Field Value
| Type |
|---|
| HSV |