Feature #357
opencolordiffuse attribute for textures
0%
Description
This is a colordiffuse attribute for individual textures:
<texture colordiffuse="FFFFAAFF">texture.png</texture>
<texture colordiffuse="$VAR[colordiffuse]">texture.png</texture>
<texture colordiffuse="$INFO[colordiffuse]">texture.png</texture>
Looks like this wouldn't take much effort on the part of someone familiar with the source code to patch, and seems necessarily in order to properly port more up to date skins from Kodi (eg skin.estuary). From Estuary (even after removing invalid windows for x4x) there are almost 400 instances of this attribute. Without this feature, porting skin.estuary accuarately (or any skin using this attribute) will be incredibly difficult or nearly impossible.
xbmc git commit: https://github.com/xbmc/xbmc/commit/20b8...5721e91d7f
xbmc pull request: https://github.com/xbmc/xbmc/pull/1772
Files