Drop Shadow
Controls
Parameter / Script Name | Type | Default | Function |
---|---|---|---|
Red / process_red | Boolean | On | Enable the red channel in output. Otherwise if there's a source the content of the main source is returned instead, else 0 |
Green / process_green | Boolean | On | Enable the green channel in output. Otherwise if there's a source the content of the main source is returned instead, else 0 |
Blue / process_blue | Boolean | On | Enable the blue channel in output. Otherwise if there's a source the content of the main source is returned instead, else 0 |
Alpha / process_alpha | Boolean | On | Enable the alpha channel in output. Otherwise if there's a source the content of the main source is returned instead, else 0 |
Distance / distance | Float | 20 | Distance of the shadow from the source |
Angle / angle | Float | -45 | Angle of the shadow direction |
Color / color | Color | 0, 0, 0, 1 | Color of the shadow |
Blur Size / blurSize | Float 2D | 0, 0 | Size of the gaussian blur applied to the shadow |
Blending Order / blendOrder | Choice | Shadow Under Source | |
Mask / mask | Image | - | |
Mix / mix_with_source | Float | 1 | Dissolves between the original image at 0 and the image with the effect applied at 1 |