Interstellar icon indicating copy to clipboard operation
Interstellar copied to clipboard

IBrowserWindow.BackgroundColor

Open jwosty opened this issue 5 years ago • 0 comments

Probably something like:

type Color = { red: float32; green: float32; blue: float32; alpha: float32 }
type IBrowserWindow =
    abstract member BackgroundColor: Color with get, set
    // ...

jwosty avatar Jan 11 '20 02:01 jwosty