fsprojects / Interstellar

Cross-platform desktop apps in F# using web tech - https://www.nuget.org/packages/Interstellar.Core/
https://fsprojects.github.io/Interstellar/
MIT License
43 stars 13 forks source link

IBrowserWindow.BackgroundColor #7

Open jwosty opened 4 years ago

jwosty commented 4 years ago

Probably something like:


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