Click or drag to resize

CefColorSetARGB Method

Version 67.0.0
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: 67.0.0.0
Syntax
public static uint ColorSetARGB(
	uint a,
	uint r,
	uint g,
	uint b
)

Parameters

a
Type: SystemUInt32
Alpha
r
Type: SystemUInt32
Red
g
Type: SystemUInt32
Green
b
Type: SystemUInt32
Blue

Return Value

Type: UInt32
Returns the color.
See Also