EmulationClientSetDefaultBackgroundColorOverrideAsync Method  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetDefaultBackgroundColorOverrideAsync(
	RGBA color = null
)
public:
Task<DevToolsMethodResponse^>^ SetDefaultBackgroundColorOverrideAsync(
	RGBA^ color = nullptr
)
Parameters
- color (Optional)
 - Type: CefSharp.DevTools.DOMRGBA
RGBA of the default background color. If not specified, any existing override will becleared. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also