The VS debugger gives me:
_Color = "{Name=ff000040, ARGB=(255, 0, 0, 64)}"
how can I "see" what color is?
I tried a html page:
<html>
<div style="background: rgba(255, 0, 0, 64);">________<div>
<h1 style="background-color: ff000040">hello</h1>
</html>
doesn't work.