Faceboiii
Faceboiii
CC#
Created by Faceboiii on 6/22/2023 in #help
❔ Best way to convert rgb to ConsoleColor?
Hey, so I have a Console App, where I want to transition between 2 colors( and output the color as backgroundcolor). I have the main code from ChatGPT for test cases, and the RGBToConsoleColor from stackoverflow. However, the transition seems kinda buggy (when transitioning from black to white it goes black, green, light gray, dark gray, white). Does anyone know a better/more accurate way to convert rgb values to ConsoleColor?
6 replies
CC#
Created by Faceboiii on 5/11/2023 in #help
❔ Change Font Size?
Hello, everyone! I have searched the Internet, on how to change the font size/zoom for the console without going to the console settings. However, I couldn't find a way that worked for me. Could anyone please help?
4 replies
CC#
Created by Faceboiii on 4/20/2023 in #help
❔ Implicate without condition
Hey, I need to multiple bools to imply a bool. If I'm not wrong, in logic it would look like this: bool1 ^ bool2 => bool3. However I couldn't find out how to do that in C# without using conditions (like bool bool3 = bool2 && bool1). I hope someone can help me :))
64 replies