| Depth map source options. |
Value
| Name | Description | Value |
DepthMapSource.IMAGEHIGHLIGHT | Uses the image highlight for the depth map. |
int
4
|
DepthMapSource.LAYERMASK | Uses the layer mask for the depth map. |
int
3
|
DepthMapSource.NONE | No depth map in use. |
int
1
|
DepthMapSource.TRANSPARENCYCHANNEL | Uses the transparency channel for the depth map. |
int
2
|
|
Usage
| In function
void ArtLayer.applyLensBlur ([source:
DepthMapSource=DepthMapSource.NONE][, focalDistance:
int=0][, invertDepthMap:
bool=false][, shape:
Geometry=Geometry.HEXAGON][, radius:
int=15][, bladeCurvature:
int=0][, rotation:
int=0][, brightness:
int=0][, threshold:
int=0][, amount:
int=0][, distribution:
NoiseDistribution=NoiseDistribution.UNIFORM][, monochromatic:
bool=false])
|