Kodi Community Forum
[HELP] Image <colordiffuse> problems - 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)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: PM3.HD (https://forum.kodi.tv/forumdisplay.php?fid=75)
+----- Thread: [HELP] Image <colordiffuse> problems (/showthread.php?tid=47848)



[HELP] Image <colordiffuse> problems - ekim232 - 2009-03-31

I have some mpaa rating images that I am trying to display in PM3.HD and they are coming in too grey. I have been trying <colordiffuse>white</colordiffuse>, but nothing seems to happen. I have
white in my default.xml in the color folder. Here is my image code...

<control type="image">
<posx>1090</posx>
<posy>615</posy>
<width>166</width>
<height>38</height>
<colordiffuse>white</colordiffuse>
<texture>r.png</texture>
<visible>substring(listitem.mpaa,Rated R)</visible>
</control>

Is there something I am missing or is it just that my image can't be altered within the skin? I would appreciate any help on this. Image I am using and screenshot below.

Image

Image


- jmarshall - 2009-03-31

That looks about right to me - the grey in the logo is too similar to the grey in the panel, thus you can hardly see it.