Rectangle arithmetic composition
dleft | Specifies the left edge position of the calculation destination rectangle in pixels (at the image position of the calculation destination layer). |
dtop | Specifies the top position of the calculation destination rectangle in pixels (at the image position of the calculation destination layer). |
src | Specify the layer object from which the operation is performed. |
sleft | Specifies the left edge position of the rectangle to be calculated, in pixels (at the image position of the calculation source layer). |
stop | Specifies the top position of the rectangle to be calculated, in pixels (at the image position of the calculation source layer). |
swidth | Specifies the width of the rectangle to be calculated, in pixels (at the image position of the calculation source layer). |
sheight | Specifies the vertical width of the rectangle to be calculated, in pixels (at the image position of the calculation source layer). |
mode | Specifies the operation mode.
|
opa | Specifies the intensity of the operation (0 to 255). |
Computes the rectangular part of the specified calculation source layer at the specified position of your layer in the specified mode.
The value of the Layer.face property of the calculation destination layer (which executes the method) and the calculation source layer is ignored.
If omAuto is specified for mode, the operation type is automatically determined according to the Layer.type property of the operation source layer.