Saving Color values

Here's an interesting thread on saving Color values to a database as integers.  The original poster was having issues going back and forth between the Color structure and the database integers.  In the end, it turns out .NET has a class designed to help you out in this scenario: The ColorTranslator class.  Check it out if you run into this type of situation.

Published Tuesday, July 17, 2007 4:23 PM by PSteele

Comments

No Comments