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