Lib.image.generate.basic¶
Operators¶
- Blob — Generates ellipses, circles, blobs, vignettes, and similar shapes.
- BoxGradient — A box gradient using the signed distance field "Box - Exact" described in the "2D distance functions" article on Inigo Quilez's website.
- CheckerBoard — Generates a modular chessboard pattern
- LinearGradient — Renders a linear color ramp defined by a gradient. This can be very useful in combination with [Steps].
- NGon — Renders a polygon shape similar to [Blob] or [RoundedRect].
- NGonGradient — Renders a polygon shape similar to [NGon], [Blob] or [RoundedRect].
- RadialGradient — Generates an image with a radial gradient.
- RenderTarget — The primary method of rendering 3D data into a 2D image texture. You will need this for all post-processing image effects and many other applications.
- RoundedRect — Generates a rounded rectangle.
Auto-generated from the operator library.