CSSClientGetBackgroundColorsAsync Method  | 
Version 104.4.240 
            GetBackgroundColors
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<GetBackgroundColorsResponse> GetBackgroundColorsAsync(
	int nodeId
)
public:
Task<GetBackgroundColorsResponse^>^ GetBackgroundColorsAsync(
	int nodeId
)
Parameters
- nodeId
 - Type: SystemInt32
Id of the node to get background colors for. 
Return Value
Type: 
TaskGetBackgroundColorsResponsereturns System.Threading.Tasks.Task<GetBackgroundColorsResponse>
See Also