Nodes in this category read data from the evaluation context supplied by downstream nodes, such as the current loop iteration index.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Read Color | Node description coming soon. | → List<Color> |
| Read Gradient | Node description coming soon. | → List<GradientStops> |
| Read Graphic | Node description coming soon. | → List<Graphic> |
| Read Index | Produces the index of the current iteration of a loop by reading from the evaluation context, which is supplied by downstream nodes such as Repeat. Nested loops can enable 2D or higher-dimensional iteration by using the Loop Level parameter to read the index from outer levels of loops. | → f64 |
| Read Position | Node description coming soon. | → Vec2 |
| Read Raster | Node description coming soon. | → List<Raster> |
| Read String | Reads the current string from within a Map String node's loop. | → String |
| Read Vector | Node description coming soon. | → List<Vector> |