phosphorSimple
phosphorSimple(
inputColor,screenCoord,scale?,intensity?):Node<"vec4">
Defined in: packages/nodes/src/display/phosphorMask.ts:146
Simple RGB stripe mask (lightweight version).
Parameters
Section titled “Parameters”inputColor
Section titled “inputColor”Node <"vec4">
Input color
screenCoord
Section titled “screenCoord”Node <"vec2">
Screen coordinates (gl_FragCoord.xy or similar)
scale?
Section titled “scale?”FloatInput = 1
Stripe scale (pixels per color)
intensity?
Section titled “intensity?”FloatInput = 0.2
Effect intensity
Returns
Section titled “Returns”Node <"vec4">
Color with RGB stripes