Simple question from .NET beginner. How to work with colors in console application? VS do not let me declarate System.Drawing.Color namespace. I need to assign color for one method in console application.
Regards, Tomas
All you need to do is add a reference to System.Drawing.dll
. This isn't included by default in a console app, but you can add it without any issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With