Function TextureProgress.tintOver

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

Color tintOver() nothrow @property @nogc;

void tintOver (
  Color v
) nothrow @property @nogc;