[]
        
(Showing Draft Content)

C1.WPF.ColorEx.FromARGB

FromARGB Method

FromARGB(byte, byte, byte, byte)

Creates a color from the ARGB components.

Declaration
public static Brush FromARGB(byte a, byte r, byte g, byte b)
Parameters
Type Name Description
byte a

The alpha channel.

byte r

The Red component.

byte g

The Green component.

byte b

The Blue component.

Returns
Type Description
Brush