How to serialize Color property as ARGB values?

Posted by Przemaas on Stack Overflow See other posts from Stack Overflow or by Przemaas
Published on 2009-08-18T19:51:02Z Indexed on 2010/04/17 23:23 UTC
Read the original article Hit count: 230

I'm working with Windows Forms designer. It serializes properties of type Color as known name whenever possible. I need it to serialize such properties always as RGB, because I need it later for interop with other system, which can deserialize only from RGB values. Is there a way to serialize Color properties always as RGB values?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about color