Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 85203

Tangent question from my ColorPicker thread so it doesn't get lost in the noise

$
0
0
Switching from the scripted colorpicker to the builtin picker. One of the nice things was the breakout of "palettes" which makes color selection a lot nicer in my opinion. When I try to replace the colors.xml, and load it, there are no colors shown just a blank window.

I reviewed both color files (script and kodi core) and the scripted has palette sections (clearly) to support the choosing.

Does or can the built in colorpicker support this type of structure? It is a feature I'd hate to lose, but I don't know enough about the engine support for something like this. Here is are the two (snippeted down) to show what is happening in each file. Is there any workaround suggestion otherwise?

Thanks.

Script Color File:
xml:

<?xml version="1.0" encoding="UTF-8"?>
<colors>
    <palette name="basic">
        <color name="x">ffe8e8e8</color>
        <color name="">fff7d6d4</color>
        <color name="">fffce1d0</color>
    </palette>
    <palette name="material-design">
        <color name="red_50">ffffebee</color>
        <color name="red_100">ffffcdd2</color>
        <color name="red_200">ffef9a9a</color>
    </palette>
    <palette name="webcolors">
        <color name="air force blue">ff5d8aa8</color>
        <color name="alice blue">fff0f8ff</color>
        <color name="alizarin crimson">ffe32636</color>
        <color name="almond">ffefdecd</color>
    </palette>
    <palette name="rainbow">
        <color name="">ffffffe3</color>
        <color name="">fffffae6</color>
        <color name="">fffef5e6</color>
        <color name="">fffef0e5</color>
        <color name="">ff3e4c01</color>
        <color name="">ff000000</color>
    </palette>
</colors>    

Core Color File:
xml:

<?xml version="1.0" encoding="UTF-8"?>
<colors>
    <color name="usaf air force blue">ff00338f</color>
    <color name="aero">ff6db9e5</color>
    <color name="sonic silver">ff777777</color>
    <color name="granite gray">ff606060</color>
    <color name="rackley">ff5d8aa8</color>
    <color name="alice blue">fff0f8ff</color>
    <color name="alizarin crimson">ffe32636</color>
    <color name="almond">ffefdecd</color>
    <color name="amaranth">ffe52b50</color>
    <color name="yellow_a100">ffffff8d</color>
    <color name="yellow_a400">ffffea00</color>
    <color name="yellow_a700">ffffd600</color>
    <color name="yellowgreen">ff9acd32</color>
    <color name="zaffre">ff0014a8</color>
    <color name="zinnwaldite brown">ff2c1608</color>
</colors>

Viewing all articles
Browse latest Browse all 85203

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>