Make Linear Gradient Image (vuo.image.make.gradient.linear)

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

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

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

Keywords: backdrop, background, color, interpolate, ramp


Example compositions:


Back to vuo.image node set documentation.