I have been attempting to solve this for a while now, basically I want an integer, such as white (16777215) to be converted back into RGB (255,255,255), but I have no idea how.
I know R+(G*256)+(B*65536) = Integer but I want Integer = R,G,B.
Thanks for any help you can give!