View Single Post
08/01/14, 10:02 AM   #4
w33zl
 
w33zl's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 13
Originally Posted by merlight View Post
Controls have an additional method SetAlpha(a). Note that values for SetAlpha as well as SetColor should be in the range <0; 1>.
Originally Posted by Garkin View Post
AFAIK color code can't have transparency. All you can do is as merlight suggested use myLabel:SetAlpha(0.5).
Thanks both of you! I was worried it wasn't possible to set alpha on just a part of the text, however I was hoping to be wrong so I didn't have to split ut my control into multiple labels. Well, not much todo until the game supports it (wink wink ZO).
  Reply With Quote