Make Radial Gradient Layer (vuo.layer.make.gradient.radial2)

Creates a circular gradient that transitions smoothly between the given colors.

The values of Gradient Center and Gradient Radius are based on a -1 to 1 range along the X and Y axes. Imagine that the gradient is drawn on a layer whose corners are at (-1, -1) and (1, 1), and then the layer is scaled to match Layer Width and Layer Height. For example, if Gradient Radius is 1, then the gradient always extends to the edge of the layer — even if the output layer ends up being scaled so that the distance from center to edge is no longer 1.

Beyond Gradient Radius, the image is filled with the last color.

Keywords: backdrop, background, billboard, circle, ellipse, image, oval, rounded, shape, sprite


Example composition:


Back to vuo.layer node set documentation.