HslColorH Property
Gets the Hue component in the range from 0..360 (degrees).
This is the color's location, in degrees, on a color wheel/circle from 0 to 360.
Note that 360 is equivalent to 0 and will be adjusted automatically.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
Public ReadOnly Property H As Double
Get
member H : float with get
Property Value
Double - 0/360 degrees is Red.
- 60 degrees is Yellow.
- 120 degrees is Green.
- 180 degrees is Cyan.
- 240 degrees is Blue.
- 300 degrees is Magenta.