Nodes in this category deal with selecting and manipulating colors and palettes.
Nodes
| Node | Details | Possible Types |
|---|---|---|
| Evaluate Gradient | Evaluates the color at the specified position along the gradient, given a position from 0 (left) to 1 (right). Positions beyond that range follow the gradient's | → Color → Color[] |
| HSLA to Color | Constructs a color value from hue, saturation, lightness, and alpha components given as numbers from 0 to 1. | → Color → Color[] |
| HSVA to Color | Constructs a color value from hue, saturation, value, and alpha components given as numbers from 0 to 1. | → Color → Color[] |
| Hex to Color | Constructs a color value from a CSS color string. Accepts hex ( | String → ColorString[] → Color[] |
| Image Color Palette | Node description coming soon. | Raster → Color[]Raster[] → Color[] |
| RGBA to Color | Constructs a color value from red, green, blue, and alpha components given as numbers from 0 to 1. | → Color → Color[] |