Oklab Hue Set
color set
type:
A decision to define the hue set for Oklab colors.color-oklab-hue-set
Models
The following models can be used to produce a Oklab Hue Set decision.
Explicit value
Defines a Oklab hue set with arbitrary degrees.Sample decision
Oklab Hue Set Explicit Sample
336
192
Sample data
{ "name": "Oklab Hue Set Explicit Sample", "model": "color-oklab-hue-set/explicit", "params": { "values": [ 336, 192 ] }}
🐘 Help wanted:
Documenting schemas
Bounded
Defines a Oklab hue set interpolating linearly between two hue values.Sample decision
Oklab Hue Set Bounded Sample
360
338.5
317
295.5
274
252.5
231
Sample data
{ "name": "Oklab Hue Set Bounded Sample", "model": "color-oklab-hue-set/bounded", "params": { "from": 360, "to": 231, "steps": 5 }}
🐘 Help wanted:
Documenting schemas
Anchored
Defines a Oklab hue set from an anchor value applying modifiers to generate items before and/or after the anchor .Sample decision
Oklab Hue Set Anchored Sample
20
25
30
40
50
60
Sample data
{ "name": "Oklab Hue Set Anchored Sample", "model": "color-oklab-hue-set/anchored", "params": { "anchor": 30, "before": { "steps": 2, "modifier": { "mode": "linear", "by": -5 } }, "after": { "steps": 3, "modifier": { "mode": "linear", "by": 10 } } }}