Skip to content
TypeAliasTypes & Utilities@public

ParticleBlendMode

Portable blend modes supported by particle presets.

ts
export type ParticleBlendMode = 'add' | 'multiply' | 'normal' | 'screen'

Released under the MIT License.