Type of blur
Member of Blur Effect (PRIM_VS.Blur)
Data Type - Enumeration
The kernelType property specifies the style of Blur to be used.
Enum Value | Description |
---|---|
Box | Box blur is an apporximation of a Gaussian blur that is faster to process |
Gaussian | Higher quality, smoother blur but slower to process |
Febuary 18 V14SP2