Click or drag to resize

ColorDivision Operator (Color, Color)

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Color operator /(
	Color left,
	Color right
)

Parameters

left
Type: GodotColor

[Missing <param name="left"/> documentation for "M:Godot.Color.op_Division(Godot.Color,Godot.Color)"]

right
Type: GodotColor

[Missing <param name="right"/> documentation for "M:Godot.Color.op_Division(Godot.Color,Godot.Color)"]

Return Value

Type: Color

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

See Also