Enumeration | SpherizeMode |
| | The curve (or stretch shape) to use for the distortion. |
Value
| | Name | Description | Value |
| SpherizeMode.HORIZONTAL | Distorts the image as if it is wrapped around a horizontal cylinder. |
int
2
|
| SpherizeMode.NORMAL | Distorts the image as if it is wrapped around a sphere. |
int
1
|
| SpherizeMode.VERTICAL | Distorts the image as if it is wrapped around a vertical cylinder. |
int
3
|
|
Usage
| In function
void ArtLayer.applySpherize (amount:
int, mode:
SpherizeMode)
|