|
@@ -121,17 +121,7 @@ Stretch With Velocity
|
|
: Check to scale any particle stretch in the direction of movement.
|
|
: Check to scale any particle stretch in the direction of movement.
|
|
|
|
|
|
### Blend modes
|
|
### Blend modes
|
|
-
|
|
|
|
-The *Blend Mode* property defines how the particles should be blended with the graphics behind it. These are the available blend modes and how they are calculated:
|
|
|
|
-
|
|
|
|
-Alpha
|
|
|
|
-: Normal blending: a~0~ * rgb~0~ + (1 - a~0~) * rgb~1~
|
|
|
|
-
|
|
|
|
-Add
|
|
|
|
-: Brighten the background with the color values of the corresponding particle pixels: rgb~0~ + rgb~1~
|
|
|
|
-
|
|
|
|
-Multiply
|
|
|
|
-: Darken the background with values of the the corresponding particle pixels: rgb~0~ * rgb~1~
|
|
|
|
|
|
+:[blend-modes](../shared/blend-modes.md)
|
|
|
|
|
|
## Keyable emitter properties
|
|
## Keyable emitter properties
|
|
|
|
|