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 // ...