Click or drag to resize

ColorBlend Method

Returns a new color resulting from blending this color over another. If the color is opaque, the result is also opaque. The second color may have a range of alpha values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color Blend(
	Color over
)

Parameters

over
Type: GodotColor
The color to blend over.

Return Value

Type: Color
This color blended over `over`.
See Also