ewc
Version:
JavaScript bindings for the different Window(s) composition.
5 lines • 436 B
TypeScript
export function disable(window: Electron.BrowserWindow, color: number): boolean;
export function setGradient(window: Electron.BrowserWindow, color: number): boolean;
export function setTransparentGradient(window: Electron.BrowserWindow, color: number): boolean;
export function setBlurBehind(window: Electron.BrowserWindow, color: number): boolean;
export function setAcrylic(window: Electron.BrowserWindow, color: number): boolean;