[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

BMB_INTERLEAVED

Bit flag for AllocBitMap Interleaved Bitmap

Declaration

Source position: agraphics.pas line 71

const BMB_INTERLEAVED = 2;

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: 2017-01-10