opacity

985
3
02-01-2017 10:34 AM
DavidHope
New Contributor III

Why does the Opacity (A in RGBA) differ so much in SceneView vs. MapView?

In the example below, the Color of the polygon is set as follows:

    Color colorRed = Colors.Red;
    colorRed.A = 180;

But they appear MUCH different.

opacity?

0 Kudos
3 Replies
dotMorten_esri
Esri Notable Contributor

I'd like to reproduce this. If possible, could you share a simple sample demonstrating this?

Thanks

0 Kudos
DavidHope
New Contributor III

I attached is a simple project that I used to create the picture above to the original post (couldn't figure out how to attach to a comment). Click the "..." button in the upper left corner to create the polygons

0 Kudos
DavidHope
New Contributor III

I discovered that if you set the overlay rendering mode to STATIC then the scene and map view opacities are approximately the same.

0 Kudos