Hi,
I am tweening the color of a Sprite, tried using both NGUI tweener as HOTween, but both yield the same result on this SPECIFIC sprite. I have a "UIButtonEnhanced" script that I use on all buttons along the project, and it works perfectly... but THIS specific sprite... is not applying the changed color.
Here are a couple of images:
Here is what is happening. The sprite has the gray color, it shows the gray color on the editor... but the color is not being applied to the sprite at all.

Here I just moved like 1 pixel in the Color palette and the sprite finally got the color as it should be, becoming this "dark yellow".

I tried absolutely everything... changing panel configs, refreshing the panel manually... nothing works. I'm using NGUI 3.8.2 and Unity 4.6.4f1, and this happened before but this time I just cant get this to work.
PS: As you can see, the UILabel inside is being changed, and is gray instead of white.
Thanks!