Click or drag to resize

Colorh Property

The HSV hue of this color, on the range 0 to 1.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float h { get; set; }

Property Value

Type: Single
Getting is a long process, refer to the source code for details. Setting uses FromHsv(Single, Single, Single, Single).
See Also