Overview
Breaks an OKLCH adjustment set (OklchAdjust) into numeric L/C/H/A values,
the inverse of oklch_adjust_pack. Inspect the adjustment or process selected
components with numeric nodes before rebuilding it.
Usage tips
- The go-to processing loop is unpack → process components with
math_op/clamp→ rebuild withoklch_adjust_pack. This enables partial changes such as doubling only lightness. - It is also useful for debugging because you can read the applied adjustment numerically.
Related nodes
oklch_adjust_pack— the repacking counterpartmath_op/clamp— process componentsprocedural_palette— consumes the adjustment setversion:
1
Important behavior
- Converts an
OklchAdjustback into the regular numeric lane. - The L/C/H/A outputs also appear as read-only parameters in the graph.
- Process output values with numeric operators such as
Math OpandClamp.Float Inputsupplies a fixed replacement value; it does not process an incoming value. - Reconnect processed values to
OKLCH Adjust Packto create anOklchAdjustwith only selected components replaced.
How to use
- Extract only H from an existing
OklchAdjustto inspect the rotation amount. - Process selected L/C/H/A components in other nodes, then gather them again with
OKLCH Adjust Pack. - Control Procedural Palette adjustment rules precisely with numeric nodes.