C#C
C#3y ago
morry329#

❔ ✅ 'ConsoleColor' does not contain a definition for 'DrawingColor'

I am experimenting a sample code to create a colourful UI on console, and am getting this error:
'ConsoleColor' does not contain a definition for 'DrawingColor' and no accessible extension method 'DrawingColor' accepting a first argument of type 'ConsoleColor' could be found (are you missing a using directive or an assembly reference?)
`

My current code is here https://pastebin.com/tHvqkYLu

Could anyone kindly help me with some clues or hints? I have tried System.Drawing.Color or just the name of the color like Cyan, none of these worked.
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Was this page helpful?