Generates a random color for the layer within the RGB spectrum.
random([0, 0, 0, 0], [1, 1, 1, 1])
Randomly generating a color within the RGB range for a flashing light effect.
Ideal for subtle jitter effects on text or images that should only move horizontally or vertically.
Ideal for animated backgrounds, shapes, or titles where the gradient should stay fixed to the layer’s edges without rotating, preserving a stable gradient effect regardless of layer rotation.
Perfect for animating backgrounds, shapes, or titles where a consistent gradient needs to stay aligned with the layer as it moves.
Generating random colors consistently for text layers, ensuring each layer gets a unique color.
Randomizing the rotation of layers in a starburst pattern, between 0 and 360 degrees.
Creating a wiggle effect on position with a set seed, ensuring the randomness is consistent across renders.