Click or drag to resize

Emulation.SetDefaultBackgroundColorOverrideAsync Method

Version 85.3.121
Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> SetDefaultBackgroundColorOverrideAsync(
	RGBA color = null
)

Parameters

color (Optional)
Type: CefSharp.DevTools.DOM.RGBA
RGBA of the default background color. If not specified, any existing override will becleared.

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also