Author Topic: Widget color vs label color  (Read 4928 times)

JSorrentino

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Widget color vs label color
« on: December 12, 2013, 04:28:12 PM »
Seems with the latest that in-line label colors (emoticons and colors) are not quite working right.  The widget color is overriding them.

ie: Widget color = Color.Red; uiLabel.text = "[FF0000]999999"; is appearing black.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Widget color vs label color
« Reply #1 on: December 13, 2013, 05:15:51 AM »
It's intentional and has been this way for months now. Widget color is always blended with other colors. If you want black text with highlights within, you can do it by leaving the color tint as white and then embedding the starting color like so: "[000000]Black [ff0000]red";

JSorrentino

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Re: Widget color vs label color
« Reply #2 on: December 13, 2013, 11:17:19 AM »
Interesting, this didn't happen till the latest update for me.  Easy enough to handle if you know how it works :-)

Thanks again!