FromArgb Method
FromArgb(int)
Declaration
public static Color FromArgb(int v)
Public Shared Function FromArgb(v As Integer) As Color
Parameters
| Type |
Name |
Description |
| int |
v |
|
Returns
FromArgb(byte, byte, byte, byte)
Declaration
public static Color FromArgb(byte a, byte r, byte g, byte b)
Public Shared Function FromArgb(a As Byte, r As Byte, g As Byte, b As Byte) As Color
Parameters
Returns
FromArgb(int, out byte, out byte, out byte, out byte)
Declaration
public static void FromArgb(int v, out byte a, out byte r, out byte g, out byte b)
Public Shared Sub FromArgb(v As Integer, ByRef a As Byte, ByRef r As Byte, ByRef g As Byte, ByRef b As Byte)
Parameters