I will be making strides at reducing the length of 2D rendering code; I intend
to pipe all calls through the m_customPix, and never touch m_pix directly. The
first step in this is of course to implement an internal class such as
ArrayPixBuff, which is exactly what I am doing here.