Kodi Community Forum
Is there a way through skin to change color of an image? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: Is there a way through skin to change color of an image? (/showthread.php?tid=60593)



Is there a way through skin to change color of an image? - mcborzu - 2009-10-31

Something like this, obviously this didn't work but something like what I tried:

<texture diffuse="ff15efd9">$INFO[listitem.studio,extras/Studios/,.png]</texture>

Just one flag, the studio flag, I like to use that color(ff15efd9). I hate to have to go through PS and have to change the color for each one.


- jmarshall - 2009-10-31

Try <colordiffuse>ff15efd9</colordiffuse>


- mcborzu - 2009-11-01

Perfect...I knew I was in the ballpark, just forgot about <colordiffuse>, thx.