Interstellar
Interstellar copied to clipboard
IBrowserWindow.BackgroundColor
Probably something like:
type Color = { red: float32; green: float32; blue: float32; alpha: float32 }
type IBrowserWindow =
abstract member BackgroundColor: Color with get, set
// ...