Invert health on unitframe elvui

Hi,
Has anyone got a code etc to be able to do this?
Basically for healing i want to have my party bars black when at full health,
then fill up with class color as players take damage.
I think its call invert and not reverse fill?
Ive seen it done on grid i think.
Tia

Probably looking for:

StatusBar:SetReverseFill(isReverseFill)

I don’t use ElvUI so I don’t know if it has this build-in.

Thanks,
Reverse fill when checked in elvui the health depletes the bar left to right rather right to left only.
I want to invert it so the bar is black and fills with color as health is lost rather than depletes color .

You want the actual status bar colour to be black and it’s background set to the class colour to “reveal” the background color as it depletes (in normal fill).

Yes i imagine that is what i’m looking for.
We are down for maintenance so i cant look right now, but im hoping elvui allows this.
Thats awesome cheers.

/ec > UnitFrames > Colors > Health

  • Disable Class Health
  • Enable Class Backdrop (might need to disable Custom Backdrop)
  • Change Health Color to Black
1 Like

Got it working , thanks so much everyone.