Page 1 of 1

How to get the standard background of Geyser.Label

Posted: Sun Oct 07, 2018 10:08 am
by Mundron
Hi,

I built an Interface using Geyser.Label. If I case a buff, the background of a certain label should become yellow and if the buff runs out, the label should have the standard background again. Is there a simple function to change the background to its standard color?

Re: How to get the standard background of Geyser.Label

Posted: Sun Oct 07, 2018 3:53 pm
by Jor'Mox
Labels don't have a "standard color" in a general sense. So if you want to return it to whatever color it had before you changed it to yellow, your code will have to know or in some other way "remember" what that color was, so it can set it.