Howdy all,

I've constructed a color value from 3 bytes of R, G and B. This is stored in an int...

What I want to know is, how would I retrieve the values back into bytes again? I have a few VB6 examples but they all turn them into integers (shorts), and I'm not sure how to implement even those . How would I do it in C#, but convert them to their original values as bytes?

Any snippets would be greatly appreciated

chem