Version 130.1.90
            Helper function (wrapper around the CefColorSetARGB macro) which combines
            the 4 color components into an uint32 for use with BackgroundColor property
            
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic static uint ColorSetARGB(
	uint a,
	uint r,
	uint g,
	uint b
)
public:
static unsigned int ColorSetARGB(
	unsigned int a, 
	unsigned int r, 
	unsigned int g, 
	unsigned int b
)
Parameters
- a  UInt32
 - Alpha
 - r  UInt32
 - Red
 - g  UInt32
 - Green
 - b  UInt32
 - Blue
 
Return Value
UInt32Returns the color.
See Also