You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have written some basic bitmaps in win32 and in direct X. In win32 I have been able to create monochrome images and I have had better success in direct x with creating a pallet then then have an array of data to be displayed. I would like to be directed to how I can create a win32 pallet and bit data as an array similar to how it is done in direct X. Basically I would like to create my own bitmap object and drawing program that will allow create my own graphics. I have written a graphics object in with an editor but I can only do one color with bitblit.