| The type of texture or glass surface image to load for a texturizer or glass filter. |
Value
| Name | Description | Value |
TextureType.BLOCKS | The image appears as if viewed through glass blocks. |
int
1
|
TextureType.CANVAS | The image appears as if painted on canvas. |
int
2
|
TextureType.FILE | Texture from an existing document. |
int
5
|
TextureType.FROSTED | The image appears as if frosted. |
int
3
|
TextureType.TINYLENS | The image appears as if viewed through an array of tiny lenses. |
int
4
|
|
Usage
| In function
void ArtLayer.applyGlassEffect (distortion:
int, smoothness:
int, scaling:
int[, invert:
bool=false][, texture:
TextureType][, textureFile:
File])
|