BlendFactor
EditDifferent blend factors used by Pass:setBlendState to control the source and destination factors used for blending.
| Value | Description |
| zero | Zero. |
| one | One. |
| srccolor | Source color. |
| oneminussrccolor | One minus the source color. |
| srcalpha | Source alpha. |
| oneminussrcalpha | One minus the source alpha. |
| dstcolor | Destination color. |
| oneminusdstcolor | One minus the destination color. |
| dstalpha | Destination alpha. |
| oneminusdstalpha | One minus the destination alpha. |
| srcalphasaturated | min(srcalpha, oneminusdstalpha) |