Click or drag to resize

CSSClientGetBackgroundColorsAsync Method

Version 118.6.80
GetBackgroundColors

Namespace:  CefSharp.DevTools.CSS
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public Task<GetBackgroundColorsResponse> GetBackgroundColorsAsync(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Id of the node to get background colors for.

Return Value

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