VerkLabs Designer Nodes Reference

Build, edit, and manage interactive 3D scenes in your browser

HSLA

HSLA Color

HSLA Color

HSLA Color color: #ffffff hsla

An HSLA Color constant. Similar to the RGBA Color node, but the generated output is HSLA.

HSLA Connector

HSLA Connector hsla hsla

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

H•S•L•A→HSLA h: 0.5 s: 0.5 l: 0.5 a: 1 hsla

Combine the four components H (hue), S (saturation), L (lightness), and A (alpha) into an HSLA color.

HSLA→H•S•L•A

HSLA→H•S•L•A hsla: [0,0,0,0] h s l a

Split the HSLA stream into its four components.

H•(H)SLA→HSLA

H•(H)SLA→HSLA h: 0 hsla hsla

Set the hue for an HSLA stream.

HSLA→RGBA

HSLA→RGBA 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

H•S•L•A→RGBA h: 0.5 s: 0.5 l: 0.5 a: 1 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)