Blur Filters

Gaussian Blur

<filter
    type="gaussianblur"
    factor="number"
    length="number"
    />

ATTRIBUTES

factor
Sigma of the Gaussian blur kernel
length
Size in pixels of the Gaussian blur kernel

Directional Blur

<filter
    type="directionalblur"
    angle="number"
    length="number"
    />

ATTRIBUTES

angle
Direction of the blur in degrees
length
Size in pixels of the Gaussian blur kernel

Motion Blur

<filter
    type="motionblur"
    src="motion data source"
    amount="number"
    />

ATTRIBUTES

src
Filename of Motion (Tracking) Data exported from Editor
amount
Strength of the blur (performance penalty for amounts larger than 5)

Terms of Use | © 2017, Impossible Software, or its affiliates. All rights reserved.