Nodes in this category deal with selecting and manipulating colors, gradients, and palettes.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Colors To Gradient | Constructs a gradient from a table of colors, where the colors are evenly distributed as gradient stops across the range from 0 to 1. | Table<Graphic> → GradientStopsTable<Color> → GradientStops |
| Image Color Palette | Node description coming soon. | Table<Raster> → Table<Color> |
| Sample Gradient | Gets the color at the specified position along the gradient, given a position from 0 (left) to 1 (right). | → Table<Color> |