[]
Creates a color from the ARGB components.
public static Brush FromARGB(byte a, byte r, byte g, byte b)
| Type | Name | Description |
|---|---|---|
| byte | a | The alpha channel. |
| byte | r | The Red component. |
| byte | g | The Green component. |
| byte | b | The Blue component. |
| Type | Description |
|---|---|
| Brush |