Kodi Community Forum

Full Version: Diffuse texture element?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here:
http://kodi.wiki/view/Aspect_Ratio
stands:
Quote:scalediffuse="false" attribute means the diffuse texture

How do I define a diffuse texture? I cannot see any relevent element in Image control description.
?

Code:
                        <texture background="true" diffuse="thumbs/colorbox_poster_mask.png" colordiffuse="$VAR[LibColorHighlightVar]">$VAR[FocusImage]</texture>
Oh, right, this is attribute after all, but to <texture>. Item is defined in one element as attribute, and has attribute as another element's attribute, great.

Thanks