Click or drag to resize

CefColorSetARGB Method

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: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public static uint ColorSetARGB(
	uint a,
	uint r,
	uint g,
	uint b
)

Parameters

a  UInt32
Alpha
r  UInt32
Red
g  UInt32
Green
b  UInt32
Blue

Return Value

UInt32
Returns the color.
See Also