vignette
vignette(
inputColor,uv,intensity,softness,roundness):Node<"vec4">
Defined in: packages/nodes/src/blur/bloom.ts:199
Vignette effect - darkens edges of the screen.
Parameters
inputColor
Node<"vec4">
Input color
uv
Node<"vec2">
UV coordinates
intensity
FloatInput = 0.5
Vignette strength (default: 0.5)
softness
FloatInput = 0.5
Edge softness (default: 0.5)
roundness
FloatInput = 1
Vignette shape roundness (default: 1)
Returns
Node<"vec4">
Color with vignette