Author Topic: UILabel colors problem  (Read 3863 times)

yotam_g

  • Guest
UILabel colors problem
« on: December 04, 2013, 10:35:12 AM »
I've just updated my project from 2.6.3 and I have noticed that the color tint overrides the color symbols (or how ever it is called [color hexa][-]) in a UILabel.
That means that if I set the color tint to black all the letters will be black even if they are in a [color hexa][-]. Checked it on the NGUI examples and it is the same there. Is it a bug, a change or am I doing something wrong???

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel colors problem
« Reply #1 on: December 04, 2013, 05:13:33 PM »
This was changed in the same update that added gradients to labels. It had to be this way for consistency. Embedded colors should not override the color tint of the label.