Commit b9fd768
authored
# Objective
Fixes `Xyza` to `Laba` color conversion.
As the website referenced in comment:
<img width="236" height="77" alt="image"
src="https://github.com/user-attachments/assets/aad9676a-33f5-428e-be8d-b25f2eb3b7f0"
/>
The variable that used to compares to `epsilon` is `zr`, but in actual
code, it's mistyped into `yr`.
## Solution
Changed `yr` to `zr`.
1 parent 07ea4a2 commit b9fd768
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments