HTBasic Help
×
Menu
Index

MERGE ALPHA WITH GRAPHICS

Merges Alpha text and Graphics on screen for output.
 
 MERGE ALPHA [ WITH GRAPHICS ]
 
Usage:
IF Conf=4 THEN MERGE ALPHA WITH GRAPHICS
 
Example:           MERGE ALPHA WITH GRAPHICS.BAS
 
Description:
MERGE ALPHA is the default mode and is the opposite of SEPARATE ALPHA FROM GRAPHICS. When merged, all bit-planes are used by both alpha and graphics so that DUMP will output both. This means that alpha text is converted to graphic pixels and written into the graphic bit planes overwriting any graphics data that might be present. Also, scrolling alpha text will scroll graphics.
 
See Also: