Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

BMF_INTERLEAVED

Bit flag for AllocBitMap Interleaved Bitmap

Declaration

Source position: agraphics.pas line 149

const BMF_INTERLEAVED = 1 shl BMB_INTERLEAVED;

Description

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.


Documentation generated on: 2021-07-30