[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static ulong RGB(
int r,
int g,
int b
)
public static ulong RGB(
int r,
int g,
int b
)
Public Shared Function RGB (
r As Integer,
g As Integer,
b As Integer
) As ULong
Public Shared Function RGB (
r As Integer,
g As Integer,
b As Integer
) As ULong
public:
static unsigned long long RGB(
int r,
int g,
int b
)
public:
static unsigned long long RGB(
int r,
int g,
int b
)
static member RGB :
r : int *
g : int *
b : int -> uint64static member RGB :
r : int *
g : int *
b : int -> uint64Return Value
Type:
UInt64