Skip to content

bloomAnamorphic

bloomAnamorphic(inputColor, bloomTex, uv, intensity, tint): Node<"vec4">

Defined in: packages/nodes/src/blur/bloom.ts:123

Anamorphic bloom - horizontal streak effect. Common in film and sci-fi aesthetics.

Parameters

inputColor

Node<"vec4">

Input color

bloomTex

Texture

Horizontally blurred bloom texture

uv

Node<"vec2">

UV coordinates

intensity

FloatInput = 1

Streak intensity

tint

Vec3Input = ...

Streak color tint (often slightly colored)

Returns

Node<"vec4">

Color with anamorphic bloom