Tag for VideoControl() When this flag is set, the dual-pf bit in Dual-Playfield screens will be turned off. Default = False.
Source position: agraphics.pas line 1715
const VC_DUALPF_Disable = $80000084; |
When this flag is set, the dual-pf bit in Dual-Playfield screens will be turned off. Even bitplanes will still come from the first BitMap and odd bitplanes from the second BitMap, and both R[xy]Offsets will be considered. This can be used (with appropriate palette selection) for cross-fades between differently scrolling images. When this flag is turned on, colors will be loaded forthe viewport as if it were a single viewport of depth depth1+depth2
|
Tag for VideoControl() |