Bit flag for AllocBitMap Interleaved Bitmap
Source position: agraphics.pas line 91
const BMF_INTERLEAVED = 1 shl BMB_INTERLEAVED; |
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.