Version 93.1.111 
            Helper function (wrapper around the CefColorSetARGB macro) which combines
            the 4 color components into an uint32 for use with BackgroundColor property
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.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
 - Type: SystemUInt32
Alpha - r
 - Type: SystemUInt32
Red - g
 - Type: SystemUInt32
Green - b
 - Type: SystemUInt32
Blue 
Return Value
Type: 
UInt32Returns the color.
See Also