Open
Description
The steps()
function makes four calls to deltaE()
, but only one of them passes the deltaEMethod
option.
Line 86 in ffa9c3f
Line 112 in ffa9c3f
Line 127 in ffa9c3f
I noticed this after calling
steps(
{ space: sRGB, coords: from },
{ space: sRGB, coords: to },
{ space, steps, outputSpace: sRGB, hue, deltaEMethod: 'OK' },
)
without having the Lab
color space registered first.
Is this behavior intended?
Metadata
Metadata
Assignees
Labels
No labels