DQBcopyBlendLayer
SUB

Prototype

DECLARE SUB DQBcopyBlendLayer (BYVAL SourceLayer, BYVAL DestLayer, BYVAL BMap)

Parameters

SourceLayer - Source layer to copy data from

DestLayer - Destination layer where to copy data

BMap - Blender map to be used

Returns

none

Description

Copies the contents of SourceLayer and blends them into DestLayer, using specified blender map.

Notes:

See also DQBcopyLayer, as this function works almost the same way