TVML progressBar color

Hello,

Is there a way to set the color of a progressBar element? I can set the color of the fill element by setting a:

tv-tint-color: rgba(0, 0, 255, 1);


This is undocumented but works. See this image: https://imgur.com/a/4DDZmgU

The blue part of the progressBar element is possible to change color, but how can change the color of the grey bar?

Replies

Last time I checked it was undocumented, but try:

tv-tint-color2: rgba(255, 255, 255, 1);