I'm having a problem with a function telling me that my enumerator type Color is undefined, even though I have it defined inside the public section of a class. I'm not sure what the issue is?
I noticed that if I move the enumerator outside of the class, into the global area, the error goes away. However, this fix breaks parts of my driver program.