Preview a .NET color
        Posted  
        
            by serhio
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by serhio
        
        
        
        Published on 2010-03-22T16:06:19Z
        Indexed on 
            2010/03/22
            16:11 UTC
        
        
        Read the original article
        Hit count: 405
        
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.
© Stack Overflow or respective owner