In This Topic
            
            Creates a new color modifying the alpha channel.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Function WithAlpha( _
   ByVal  As Windows.UI.Xaml.Media.Brush, _
   ByVal  As System.Byte _
) As Windows.UI.Xaml.Media.Brush
             
        
            
            public static Windows.UI.Xaml.Media.Brush WithAlpha( 
   Windows.UI.Xaml.Media.Brush ,
   System.byte 
)
             
        
             
        
            Parameters
- color
 
- The color.
 - a
 
- a.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also