[]
public static int ToArgb(Color c)
Public Shared Function ToArgb(c As Color) As Integer
| Type | Name | Description |
|---|---|---|
| Color | c |
| Type | Description |
|---|---|
| int |
public static int ToArgb(byte a, byte r, byte g, byte b)
Public Shared Function ToArgb(a As Byte, r As Byte, g As Byte, b As Byte) As Integer
| Type | Name | Description |
|---|---|---|
| byte | a | |
| byte | r | |
| byte | g | |
| byte | b |
| Type | Description |
|---|---|
| int |