<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pre-defined color values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1894613#M73802</link>
    <description>&lt;P&gt;I was going through the &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Colors/examples-visualization-colors.htm" target="_self"&gt;Examples of visualization color settings&lt;/A&gt;&amp;nbsp;section on help.qlik.com and came across this example that uses pre-defined color values (not functions or variables) for the background color expression.&amp;nbsp; I tried them out and they do&amp;nbsp; work so I was curious to learn if anyone knows where to get a list of what's available.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-02-17_20-37-33.png" style="width: 847px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72579i98091E0E4A730010/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-02-17_20-37-33.png" alt="2022-02-17_20-37-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Feb 2022 20:51:27 GMT</pubDate>
    <dc:creator>albertovarela</dc:creator>
    <dc:date>2022-02-18T20:51:27Z</dc:date>
    <item>
      <title>Pre-defined color values</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1894613#M73802</link>
      <description>&lt;P&gt;I was going through the &lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Colors/examples-visualization-colors.htm" target="_self"&gt;Examples of visualization color settings&lt;/A&gt;&amp;nbsp;section on help.qlik.com and came across this example that uses pre-defined color values (not functions or variables) for the background color expression.&amp;nbsp; I tried them out and they do&amp;nbsp; work so I was curious to learn if anyone knows where to get a list of what's available.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2022-02-17_20-37-33.png" style="width: 847px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72579i98091E0E4A730010/image-size/large?v=v2&amp;amp;px=999" role="button" title="2022-02-17_20-37-33.png" alt="2022-02-17_20-37-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 20:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1894613#M73802</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2022-02-18T20:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined color values</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1894688#M73808</link>
      <description>&lt;P&gt;you could just create your own set of individual colors by defining variables:&lt;BR /&gt;&lt;EM&gt;Let yourColor1 = RGB(123,54,200);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;To make it global put the list of color variables in a textfile (file ending &lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-sense-qvs-file/td-p/74322" target="_blank" rel="noopener"&gt;.qvs&lt;/A&gt;) and &lt;A href="https://help.qlik.com/de-DE/sense/June2020/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemVariables/Include.htm" target="_blank" rel="noopener"&gt;inlcude&lt;/A&gt; this in every app.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 08:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1894688#M73808</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-18T08:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined color values</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1895002#M73839</link>
      <description>&lt;P&gt;Thanks for the reply &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp;. I am aware of those techniques. I was just surprised to see those values on&amp;nbsp; the documentation and wondering what else is in there.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 20:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1895002#M73839</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2022-02-18T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-defined color values</title>
      <link>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1895014#M73843</link>
      <description>&lt;P&gt;I dug a bit deeper and discovered that those are standard&amp;nbsp;&lt;SPAN&gt;HTML / CSS&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Color Names... You can find an extensive list &lt;A href="https://htmlcolorcodes.com/color-names/" target="_blank"&gt;https://htmlcolorcodes.com/color-names/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 21:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pre-defined-color-values/m-p/1895014#M73843</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2022-02-18T21:58:42Z</dc:date>
    </item>
  </channel>
</rss>

