In This Topic
Gets the ARGB components of a color.
Syntax
'Declaration
Public Shared Sub GetARGB( _
ByVal As Windows.UI.Xaml.Media.Brush, _
ByRef As System.Byte, _
ByRef As System.Byte, _
ByRef As System.Byte, _
ByRef As System.Byte _
)
public static void GetARGB(
Windows.UI.Xaml.Media.Brush ,
out System.byte ,
out System.byte ,
out System.byte ,
out System.byte
)
Parameters
- color
- The color.
- a
- The alpha channel.
- r
- The red component.
- g
- The green component.
- b
- The blue component.
See Also