How to use clear/no color? #1569
Unanswered
FancyFurret
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey, thanks for enquiring. What Terminal are you using? on which OS? I don't think this is something that is currently supported but it looks like it is possible at least with the ncurses driver (andmarti1424/sc-im#164 and https://stackoverflow.com/questions/2403399/ncurses-transparent-console-background). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I would like to remove all background color from my app, how can I accomplish this? Ive tried using
Colors.Base.Normal = Application.Driver.MakeAttribute(Color.White, Color.Black);
but it doesn't look like there is any Color.None/Color.Clear/etc.My terminal emulator has a nice blurred background that I still want to see when running my gui.cs app, I don't want it to be filled with black/blue/etc., it doesn't look very nice.
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions