Click or drag to resize

ColorPickerErasePreset Method

Removes the given color from the list of color presets of this color picker.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ErasePreset(
	Color color
)

Parameters

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.ColorPicker.ErasePreset(Godot.Color)"]

See Also