LayoutTreeSnapshotBlendedBackgroundColors Property  | 
Version 106.0.290 
            The list of background colors that are blended with colors of overlapping elements.
            
 
    Namespace: 
   CefSharp.DevTools.DOMSnapshot
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic int[] BlendedBackgroundColors { get; set; }public:
property array<int>^ BlendedBackgroundColors {
	array<int>^ get ();
	void set (array<int>^ value);
}Property Value
Type: 
Int32
See Also