| Geometric options for shapes, such as the iris shape in the Lens Blur Filter. |
Value
| Name | Description | Value |
Geometry.HEPTAGON | Heptagon. |
int
4
|
Geometry.HEXAGON | Hexagon. |
int
2
|
Geometry.OCTAGON | Octagon. |
int
5
|
Geometry.PENTAGON | Pentagon. |
int
1
|
Geometry.SQUARE | Square. |
int
3
|
Geometry.TRIANGLE | Triangle. |
int
0
|
|
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])
|