Click or drag to resize

TextureProgressTintOver Property

Multiplies the color of the bar's texture_over texture. The effect is similar to Modulate, except it only affects this specific texture instead of the entire node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color TintOver { get; set; }

Property Value

Type: Color
See Also