Click or drag to resize

Colors Property

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

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

Property Value

Type: Single
Getting is equivalent to the ratio between the min and max RGB value. Setting uses FromHsv(Single, Single, Single, Single).
See Also