Click or drag to resize

ColorDivision Operator (Color, Single)

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

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

Parameters

color
Type: GodotColor

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

scale
Type: SystemSingle

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

Return Value

Type: Color

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

See Also