Click or drag to resize

Colorv Property

The HSV value (brightness) of this color, on the range 0 to 1.

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

Property Value

Type: Single
Getting is equivalent to using `Max()` on the RGB components. Setting uses FromHsv(Single, Single, Single, Single).
See Also