Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: kruncher on December 05, 2013, 09:51:39 PM
-
I have a label with the widget colour set to black so that my text is black. When the widget and/or gradient colours are black, the red text also comes out black. When set to white the red text comes out red.
How can I have the initial colour set to black whilst still having tinted text?
This is [FF0000
]not red
[-] when label text
is black
!
Many thanks!
-
This was an intentional change a while back. If you want it to behave like it did before, leave the label's color as white, and instead use this text:
[000000
]This is [FF0000
]not red
[-] when label text
is black
!
-
Sincerely .. why?.
Begins to be a bit annoying if with every update we have to waste a few days fixing things that you decide to change for some strange reason. Please. It would be really appreciated if you try to maintain compatibility with the previous versions.
¿ It would be too hard use a boolean checker for this ? You know ... "Use absolute color [Yes/No]".
PS: Yes, this is a bit rage. But is all I can do right now.
-
The system was streamlined to make everything consistent. Gradient colors were added, which were blended with the tint color. It made sense to also make the embedded colors be blended with the tint color as well. The tint color is the "final tint color". Furthermore this is also how colors work in uGUI as well, which is another reason for consistency.