[]
Gets the ARGB components of a color.
public static void GetARGB(Brush color, out byte a, out byte r, out byte g, out byte b)
| 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. |