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