Jump to content

Is it possible to cancel a tint?


trueicecold
 Share

Recommended Posts

Hey all, 

I have a yellow text which I tint to 0x444444 at some cases (disabled mode), and I want to return it to yellow.

I've tried tinting to 0xffffff but I get darker yellowish with strange text borders...

if (sum <= 7) {
		this.button.tint = 0xffffff;
		return true;
	}
	else {
		this.button.tint = 0x444444;
		return false;
	}

Any ideas?

 

Thanks :)

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...