Help - Search - Members - Calendar
Full Version: Background Colour
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official XBMC Skin Editor Forum
xbot
When I view an image within an xpr it displays it on a black background. How can I change the background to transparent or white background?
CHI3f
Transparent would not work cause you would still see what was behind it, which would be black. But to make a white background, you could just make a an all white image and name it whatever you wanted, we'll call it white.png for example, put it in the media folder of the skin you are using, and then you just code that puppy in before the image you after trying to view otherwise it would overlap your target image. Here is an example code.

<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>white.png</texture>
</control>

That should work.
xbot
QUOTE(CHI3f @ Dec 29 2006, 01:01 AM) *

Transparent would not work cause you would still see what was behind it, which would be black. But to make a white background, you could just make a an all white image and name it whatever you wanted, we'll call it white.png for example, put it in the media folder of the skin you are using, and then you just code that puppy in before the image you after trying to view otherwise it would overlap your target image. Here is an example code.

<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>white.png</texture>
</control>

That should work.


Im not good at coding so I think this is beyond me
|EqUiNoX|
I have written an XPR extraction tool which will enable ppl to extract skins to disk as long as they are not protected. This will be launched in line with MC360's 1.0 release sometime hopefully soon and will be available from http://blackbolt.x-scene.com. Initially the download will be available only from there due to myself just moving home yet again.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.