I'm trying to write a series of libraries for encapsulating all of the most common uses of hardware banging on OS 3.1+. Later on I plan on writing a version of the libraries for Mesa/OpenGL and graphics cards.
My first attempt at writing a library that integrates with the Copper functionality is based on tile-scrolling algorithms.
I have successfully drawn a datatype (a picture) in a Docky. It is however in 256 color mode. I am sending enDockyRenderMode.DOCKYRENDERMODE_RP as answer to DOCKYGET_RenderMode.
I assume I'm supposed to answer with DOCKYRENDERMODE_RGB or any of the other instead. But this is where I'm at loss.