Make Linear Gradient Layer (vuo.layer.make.gradient.linear)

Creates a gradient that transitions smoothly between the given colors along a straight line.

If gradientStart is directly above gradientEnd, then the colors transition from top to bottom. If gradientStart is directly to the left of gradientEnd, then the colors transition from left to right. If gradientStart is diagonal from gradientEnd, then the colors transition diagonally.

Beyond gradientStart and gradientEnd, the image is filled with the first and last color (or, if gradientStart and gradientEnd are the same, just the first color).

Keywords: backdrop, background, billboard, image, sprite


Back to vuo.layer node set documentation.