[]
        
(Showing Draft Content)

C1.WPF.ColorEx.GetARGB

GetARGB Method

GetARGB(Brush, out byte, out byte, out byte, out byte)

Gets the ARGB components of a color.

Declaration
public static void GetARGB(Brush color, out byte a, out byte r, out byte g, out byte b)
Parameters
Type Name Description
Brush color

The color.

byte a

The alpha channel.

byte r

The red component.

byte g

The green component.

byte b

The blue component.