AltColorDiffuse?
#1
I have a togglebutton with a colorduffuse on the focused texture, but the <alttexturefocus> doesn't carry the same colordiffuse...is there a way to diffuse the alt texture?

here is the code to see what I'm referring to:

PHP Code:
    <control type="togglebutton" id="96">
        <
description>Cast/Crew</description>
        <
width>445</width>
        <
height>34</height>
        <
label>view cast</label>
        <
altlabel>view plot</altlabel>
        <
textcolor>itemdetail3</textcolor>
        <
focusedcolor>itemdetailb</focusedcolor>
        <
disabledcolor>55ffffff</disabledcolor>
        <
colordiffuse>85FFFFFF</colordiffuse>
        <
font>plot</font>
        <
align>left</align>
        <
aligny>top</aligny>
        <
textoffsetx>41</textoffsetx>
        <
textoffsety>1</textoffsety>
        <
texturefocus>info/ButtonFo.png</texturefocus>
        <
alttexturefocus>info/ButtonFo.png</alttexturefocus>
         <
texturenofocus>-</texturenofocus>
        <
onclick>SendClick(2003,5)</onclick>
        <
enable>!IsEmpty(ListItem.Cast) + !Player.HasVideo</enable>
        <
visible>!Container.Content(episodes)</visible>
      </
control
Image
Reply
#2
Nope. You could always add a diffuse texture to each one.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
AltColorDiffuse?0