File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ and simplicity are of great value.
276276
277277The scale method is an approach where the out of gamut color channels are scaled within a linear RGB space such that the
278278channels keep a similar proportion to each other. This approach specifically ensures that the
279- [ dominant wavelength] ( .wavelengths.md#estimate-dominant-wavelength-of-color ) of the color is preserved which contributes
279+ [ dominant wavelength] ( ./ wavelengths.md#estimate-dominant-wavelength-of-color ) of the color is preserved which contributes
280280the hue. It can be implemented in a way that prioritizes the colorfulness of the color or the luminance.
281281
282282#### Colorfulness Preserving Scale
@@ -354,7 +354,7 @@ a similar intensity with the same dominant wavelength.
354354
355355If there is a strong requirement to preserve the luminance instead, the ` preserve_luminance ` option can be set to
356356` #!py True ` . This will preserve luminance over saturation/colorfulness while preserving the same
357- [ dominant wavelength] ( .wavelengths.md#estimate-dominant-wavelength-of-color ) .
357+ [ dominant wavelength] ( ./ wavelengths.md#estimate-dominant-wavelength-of-color ) .
358358
359359> [ !note]
360360> Luminance is not perceptually uniform.
You can’t perform that action at this time.
0 commit comments