Back to Node List

OKLCH Adjust Unpack

oklch_adjust_unpack

Splits an OKLCH adjustment set into L, C, H, and A numeric lanes.

Reviewed
Guide available
The node name and summary are available in English. Port, parameter, and article details are currently shown in Japanese.

Input Ports

NameTypeDescription
補正
adjust
OklchAdjust
Required
分解するOKLCH補正値です。

Output Ports

NameTypeDescription
明るさ +/-
lightness
Float
L補正値です。単位はパーセントポイントです。
鮮やかさ +/-
chroma
Float
C補正値です。
色相 +/-
hue
Float
H補正値です。単位は角度です。
不透明度 +/-
alpha
Float
不透明度補正値です。単位はパーセントポイントです。

Parameters

NameTypeDefaultRangeDescription / Options
明るさ +/-
lightness
Float
0-9999–9999 / step 0.01

入力されたOKLCH補正から取り出したL補正値です。読み取り専用です。

鮮やかさ +/-
chroma
Float
0-9999–9999 / step 0.01

入力されたOKLCH補正から取り出したC補正値です。読み取り専用です。

色相 +/-
hue
Float
0-9999–9999 / step 0.01

入力されたOKLCH補正から取り出したH補正値です。読み取り専用です。

不透明度 +/-
alpha
Float
0-9999–9999 / step 0.01

入力されたOKLCH補正から取り出した不透明度補正値です。読み取り専用です。

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 with oklch_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 counterpart

  • math_op / clamp — process components

  • procedural_palette — consumes the adjustment set

  • version: 1

Important behavior

  • Converts an OklchAdjust back 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 Op and Clamp. Float Input supplies a fixed replacement value; it does not process an incoming value.
  • Reconnect processed values to OKLCH Adjust Pack to create an OklchAdjust with only selected components replaced.

How to use

  • Extract only H from an existing OklchAdjust to 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.
Back to Node List
OKLCH Adjust Unpack — PixPipeline Node Reference