2D Generator

2D Layer  -  The part of a 2D layer that generates the image

TextureGenerator TextureGenerator TextureGenerator TextureGenerator

This category groups generators of 2D images.

Those generators are at the core of TextureLayer Icon 2D Layer , since they generate the source image , i.e. the image on which subsequent modifiers and renderer will operate.

Most 2D Generators are either file-based generators ( ImageFileTextureGenerator Icon Image Layer , VideoFileTextureGenerator Icon Video File ), or procedural generators ( UniformTextureGenerator Icon Uniform , LinearGradientTextureGenerator Icon Linear Gradient and NoiseTextureGenerator Icon Noise layer ) and some other generators such as VideoInputTextureGenerator Icon Video Input .

Here is the full list of generator categories:

Learn more about 2D compositing by reading: Basics of 2D Compositing .