Click or drag to resize

ColorPickerSetHsvMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ColorPicker.SetHsvMode(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetHsvMode is deprecated. Use the HsvMode property instead.")]
public void SetHsvMode(
	bool mode
)

Parameters

mode
Type: SystemBoolean

[Missing <param name="mode"/> documentation for "M:Godot.ColorPicker.SetHsvMode(System.Boolean)"]

See Also