Value
Name | Description | Value |
---|---|---|
SmartBlurMode.EDGEONLY | Blur is applied only to edges of color transitions. Where significant contrast occurs, applies black-and-white edges. | int 2 |
SmartBlurMode.NORMAL | Blur is applied to entire image. | int 1 |
SmartBlurMode.OVERLAYEDGE | Blur is applied only to edges of color transitions. Where significant contrast occurs, applies white edges. | int 3 |
Usage
In function
void ArtLayer.applySmartBlur (radius: number, threshold: number, blurQuality: SmartBlurQuality, mode: SmartBlurMode)
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |