[]
        
(Showing Draft Content)

C1.WPF.ColorEx.WithAlpha

WithAlpha Method

WithAlpha(Brush, byte)

Creates a new color modifying the alpha channel.

Declaration
public static Brush WithAlpha(this Brush color, byte a)
Parameters
Type Name Description
Brush color

The color.

byte a

a.

Returns
Type Description
Brush