C# equivalent for QBColor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Senthil Raj
    New Member
    • Jun 2008
    • 1

    C# equivalent for QBColor

    What is the C# equivalent for QBColor(integer ColorValue)
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well I don't know why you need access to the old 16color standard used back in the days of QBasic and DOS console, but there is the System.Drawing. Color class which should be helpful?

    Comment

    Working...