Click or drag to resize

ColorUnaryNegation Operator

[Missing <summary> documentation for "M:Godot.Color.op_UnaryNegation(Godot.Color)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Color operator -(
	Color color
)

Parameters

color
Type: GodotColor

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

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Color.op_UnaryNegation(Godot.Color)"]

See Also