<?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 Re: JavaScript Color Pallete in RGB rather than Hexidecimal? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647349#M60329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the feedback so far.&amp;nbsp; What would be the best solution to allow the user to choose from a variety of colors and have the transparency set at 50 percent?&amp;nbsp; So far, I have the color palette working, yet the graphics are a solid fill.&amp;nbsp; I am looking for something simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 14:19:25 GMT</pubDate>
    <dc:creator>IanPeebles</dc:creator>
    <dc:date>2014-08-04T14:19:25Z</dc:date>
    <item>
      <title>JavaScript Color Palette in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647346#M60326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using the JavaScript color pallete from dijit.ColorPalette.&amp;nbsp; Is there a color pallete that contains RGB values?&amp;nbsp; The reason I am asking is that I want to make polygon features transparent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647346#M60326</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-08-04T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Pallete in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647347#M60327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the color picker instead? &lt;A href="http://dojotoolkit.org/reference-guide/1.10/dojox/widget/ColorPicker.html" title="http://dojotoolkit.org/reference-guide/1.10/dojox/widget/ColorPicker.html"&gt;dojox.widget.ColorPicker — The Dojo Toolkit - Reference Guide&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647347#M60327</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-08-04T14:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Pallete in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647348#M60328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still with RGB alone you can't create transparency, you'll need to alpha as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647348#M60328</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-04T14:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Pallete in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647349#M60329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the feedback so far.&amp;nbsp; What would be the best solution to allow the user to choose from a variety of colors and have the transparency set at 50 percent?&amp;nbsp; So far, I have the color palette working, yet the graphics are a solid fill.&amp;nbsp; I am looking for something simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647349#M60329</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-08-04T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Pallete in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647350#M60330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could set the &lt;A href="https://developers.arcgis.com/javascript/jsapi/graphicslayer.html#opacity"&gt;opacity property &lt;/A&gt;when you create your graphic or later on use the &lt;A href="https://developers.arcgis.com/javascript/jsapi/graphicslayer.html#setopacity"&gt;setOpacity&lt;/A&gt; method of your graphic layer to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 14:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647350#M60330</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-08-04T14:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Palette in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647351#M60331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all of the responses.&amp;nbsp; I set a transparency for all graphics, using a opacity of .25.&amp;nbsp; Here is how it turned out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="GraphicsTransparent.jpg" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/2923_GraphicsTransparent.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647351#M60331</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2014-08-04T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript Color Palette in RGB rather than Hexidecimal?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647352#M60332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm glad it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:46:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-color-palette-in-rgb-rather-than/m-p/647352#M60332</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-08-04T15:46:10Z</dc:date>
    </item>
  </channel>
</rss>

