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.

  1. Color tintOver [@property getter]
    struct TextureProgress
    @nogc nothrow @property
    Color
    tintOver
    ()
  2. Color tintOver [@property setter]

Meta