I made an Active X control the uses 4 Picture objects to store bitmaps.
I want to make changes to these bitmaps when the user of the control changes a color parameter of the control.
How can I manipulate the data in the picture objects (without using on screen controls)?

In other words, I need to read and write to a Picture object.

Thanks..