EmulationClientSetDefaultBackgroundColorOverrideAsync Method |
Version 130.1.90
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.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetDefaultBackgroundColorOverrideAsync(
RGBA color = null
)
public:
Task<DevToolsMethodResponse^>^ SetDefaultBackgroundColorOverrideAsync(
RGBA^ color = nullptr
)
Parameters
- color RGBA (Optional)
- RGBA of the default background color. If not specified, any existing override will becleared.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also