Version 94.4.20 
            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: 94.4.20.0
 Syntax
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
See Also