vezel-dev / cathode

A terminal-centric replacement for the .NET console APIs.
https://docs.vezel.dev/cathode
BSD Zero Clause License
91 stars 7 forks source link

Use `System.Drawing.Size` and `System.Drawing.Color` #114

Closed alexrp closed 8 months ago

alexrp commented 1 year ago

The former can replace TerminalSize and the latter can replace separate RGB values in e.g. ControlBuilder.

(Note: These types work everywhere unlike other types such as System.Drawing.Bitmap.)