We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaa034 commit 478c12dCopy full SHA for 478c12d
README.md
@@ -176,8 +176,8 @@ Another good thing to do before you ask for help is try testing what you have in
176
177
```jinja
178
{% from 'color_multi_tool.jinja' import rgb2xy %}
179
- {% set _rgb2zy = rgb2xy(_nrgb).split(",") | list -%}
180
- {{ [_rgb2zy[0]|float|round(3),_rgb2zy[1]|float|round(3)] }}
+ {% set _rgb2xy = rgb2xy(_nrgb).split(",") | list -%}
+ {{ [_rgb2xy[0]|float|round(3),_rgb2xy[1]|float|round(3)] }}
181
```
182
183
REMEMBER:
0 commit comments