Constructs a color value from a CSS color string. Accepts hex (#RRGGBB, #RRGGBBAA, plus bare and shorthand variants), CSS named colors (like red), and functional notations (rgb(...), hsl(...), etc.). Invalid inputs produce no color.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Hex Code | Primary Input | String |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Color[] |