I was trying to find a way to store a color object in a database field. I tried to find away to get the color as RGB values, but I see 'getARGB()' but no
'setARGB()'

How can I do this?

Justin Fox