Bit flag for AllocBitMap Interleaved Bitmap
Source position: agraphics.pas line 85
const BMB_INTERLEAVED = 2; |
The bitmap will be allocated with one large chunk of display memory for all bitplanes. This minimizes color flashing on deep displays. If there is not enough contiguous RAM for an interleaved bitmap, graphics.library will fall back to a non-interleaved one.