ElectronBrowserWindow.setBackgroundColor method
ElectronBrowserWindow › setBackgroundColor
Unofficial
Sets the background color of the window.Signature:
setBackgroundColor(backgroundColor: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| backgroundColor | string | The CSS color value. |
Returns: void