Kodi Community Forum
Music visualisation effects - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Music visualisation effects (/showthread.php?tid=30820)



Music visualisation effects - chippieuk - 2008-01-23

I'm quite new to skinningand have been playing about mainly with the music visualisation xml file to get it layed out how I want.

I can see on various sections of skins where the pictures are reflected and transparent, like the image is reflected onto a shiny surface.

How is this done? I've tried everything I can think of, but can't achieve this.


- Jezz_X - 2008-01-24

you can't do it with visualisation or video because of the way they are rendered onto the screen but it you want to flip an image you can use a line like this
<texture flipy="true" diffuse="diffuse_mirror.png">image.png<texture>

Flipy is obvious what it does and diffuse uses the transperancy of that image to make the other image transperant the same