ObsConvertRgb
C# Methods Reference
Signature
public long ObsConvertRgb(int a, int r, int g, int b)
Parameters
a
int required
r
int required
g
int required
b
int required
Return Type
long
Example
CPH.ObsConvertRgb(a, r, g, b);
C# Methods Reference
public long ObsConvertRgb(int a, int r, int g, int b)
long
CPH.ObsConvertRgb(a, r, g, b);