Click or drag to resize

ColorMultiply Operator (Single, Color)

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

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

Parameters

scale
Type: SystemSingle

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

color
Type: GodotColor

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

Return Value

Type: Color

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

See Also