View Single Post
  #10  
Unread 10-14-2010, 05:45 PM
Cearbhall's Avatar
Cearbhall Cearbhall is offline
The Undefeated
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 5
try

Code:
element:SetBlendMode(Turbine.UI.BlendMode.AlphaBlend)
element:SetBackColorBlendMode(Turbine.UI.BlendMode.None)
element:SetBackground('path/to/texture.tga')
setting the BackColorBlendMode to None will allow alpha blended texture to be rendered on top of other textures/backgrounds correctly
Reply With Quote