<?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: Quartz beta - transparent background color in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52089#M277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, can you set the map to have no basemap? (I suppose you could just load a custom basemap with transparent tiles but that seems wasteful)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Feb 2016 19:19:55 GMT</pubDate>
    <dc:creator>BrianFlood</dc:creator>
    <dc:date>2016-02-29T19:19:55Z</dc:date>
    <item>
      <title>Quartz beta - transparent background color</title>
      <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52088#M276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quartz beta - will we be able to change the background color of the map view in iOS/Android? specifically, a transparent background color so that the underlying UIView is visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, will the opengl context be available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 18:20:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52088#M276</guid>
      <dc:creator>BrianFlood</dc:creator>
      <dc:date>2016-02-29T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Quartz beta - transparent background color</title>
      <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52089#M277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, can you set the map to have no basemap? (I suppose you could just load a custom basemap with transparent tiles but that seems wasteful)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52089#M277</guid>
      <dc:creator>BrianFlood</dc:creator>
      <dc:date>2016-02-29T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Quartz beta - transparent background color</title>
      <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52090#M278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this the proper location to ask Quartz beta questions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2016 14:42:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52090#M278</guid>
      <dc:creator>BrianFlood</dc:creator>
      <dc:date>2016-03-07T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quartz beta - transparent background color</title>
      <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52091#M279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I was able to dig up for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You will be able to change the color at beta 2 although a transparent one will probably not work because of the way OpenGL renders. Do you have a specific use-case?&lt;/LI&gt;&lt;LI&gt;The Runtime uses a CAEGLView the context is kept private. Again, what's the use case you're looking at?&lt;/LI&gt;&lt;LI&gt;The map can indeed have no basemap.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be interested to learn a little more about what you're trying to do that you want the transparency and the OpenGL context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52091#M279</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2016-03-18T18:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Quartz beta - transparent background color</title>
      <link>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52092#M280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks nick!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. overlaying the map on other content. for iOS, wouldn't this work:&lt;/P&gt;&lt;P&gt;view.opaque = NO;&lt;/P&gt;&lt;P&gt;view.backgroundColor = [UIColor clearColor];&lt;/P&gt;&lt;P&gt;and then in the gl render code:&lt;/P&gt;&lt;P&gt;glClearColor(0.0f, 0.0f, 0.0f, 0.0f);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. not really needed, just asking &lt;/P&gt;&lt;P&gt;3. cool, thanks. is this available in beta1 right now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when is beta2 going to be released? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 18:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/quartz-beta-transparent-background-color/m-p/52092#M280</guid>
      <dc:creator>BrianFlood</dc:creator>
      <dc:date>2016-03-18T18:13:58Z</dc:date>
    </item>
  </channel>
</rss>

