glowSelective
glowSelective(
inputColor,targetColor,glowColor?,tolerance?,intensity?):Node<"vec4">
Defined in: packages/nodes/src/blur/bloom.ts:90
Selective glow based on color matching. Only applies glow to pixels matching a specific color.
Parameters
Section titled “Parameters”inputColor
Section titled “inputColor”Node <"vec4">
Input color
targetColor
Section titled “targetColor”Color to glow
glowColor?
Section titled “glowColor?”Vec3Input = ...
Color of the glow
tolerance?
Section titled “tolerance?”FloatInput = 0.2
Color matching tolerance (default: 0.2)
intensity?
Section titled “intensity?”FloatInput = 1
Glow intensity
Returns
Section titled “Returns”Node <"vec4">
Color with selective glow