This class is called by GPE to complete a blit sequence initiated by GPE::BltPrepare.
SCODE GPE::BltComplete( GPEBltParms *pBltParms );
This method can remove any hardware configuration established by GPE::BltPrepare prior to a blit sequence. Depending on your hardware, it might be unnecessary to remove some features, such as solid color settings. Other features may require removal so that certain accelerated operations perform correctly. For example, if clipping registers is set, they probably need resetting.