'Declaration <ExtensionAttribute()> Public Shared Function WithAlpha( _ ByVal color As Brush, _ ByVal a As Byte _ ) As Brush
'Declaration
<ExtensionAttribute()> Public Shared Function WithAlpha( _ ByVal color As Brush, _ ByVal a As Byte _ ) As Brush
'Usage Dim color As Brush Dim a As Byte Dim value As Brush value = ColorEx.WithAlpha(color, a)
'Usage
Dim color As Brush Dim a As Byte Dim value As Brush value = ColorEx.WithAlpha(color, a)
[Extension()] public static Brush WithAlpha( Brush color, byte a )
[Extension()] public: static Brush^ WithAlpha( Brush^ color, byte a )
ColorEx Class ColorEx Members