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 public Color Blend(
Color over
)
Parameters
- over
- Type: GodotColor
The color to blend over.
Return Value
Type:
ColorThis color blended over `over`.
See Also