DECLARE SUB DQBcopyBlendLayer (BYVAL SourceLayer, BYVAL DestLayer, BYVAL BMap)
SourceLayer - Source layer to copy data from
DestLayer - Destination layer where to copy data
BMap - Blender map to be used
none
Copies the contents of SourceLayer and blends them into DestLayer, using specified blender map.
See also DQBcopyLayer, as this function works almost the same way