HSLA
HSLA Color
HSLA Color
An HSLA Color constant. Similar to the RGBA Color node, but the generated output is HSLA.
HSLA Connector
The HLSA Connector node serves no purpose other than to extend HSLA connections in your node network for a simpler layout.
HSLA Ops
H•S•L•A→HSLA
Combine the four components H (hue), S (saturation), L (lightness), and A (alpha) into an HSLA color.
HSLA→H•S•L•A
Split the HSLA stream into its four components.
H•(H)SLA→HSLA
Set the hue for an HSLA stream.
HSLA→RGBA
Convert the HSLA color to RGBA, which is required to display the color, or to use the many RGBA-based nodes
H•S•L•A→RGBA
Convert four HSLA components (hue, saturation, lightness, and alpha) into an RGBA array. This is the quick way to generate an RGBA stream when you want to provide e.g. hue.
A H•S•L•A→RGBA node used to generate surface colors with 3D Fractal Brownian noise.
(source)