Saving a color object to registry will set it's value to something like
"Color [Red]", or "Color [A=255, R=123, G=234, B=231]",
but how do I get this back into a Color object???
Casting it to Color only causes an exception.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
"Color [Red]", or "Color [A=255, R=123, G=234, B=231]",
but how do I get this back into a Color object???
Casting it to Color only causes an exception.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Comment