Skip to content

Commit 5aaa034

Browse files
committed
Why did I do that stupid thing? That's better...
1 parent 5fb245f commit 5aaa034

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

color_multi_tool.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
{{- R -}},{{- G -}},{{- B -}}
125125
{% endmacro %}
126126

127-
{% macro rgb2xy(rgb_formatted_list) %}
127+
{% macro rgb2xy(rgbl) %}
128128
{#-
129129
This will return a CSV string that will convert to a list in the x,y format
130130
from the rgb list provided.
@@ -194,7 +194,7 @@
194194
{{- X -}},{{- Y -}}
195195
{% endmacro %}
196196

197-
{% macro xy2rgb(xy_formatted_list) %}
197+
{% macro xy2rgb(xyl) %}
198198
{#-
199199
This will return a CSV string that will convert to a list in the rgb format
200200
from the xy list provided.
@@ -267,7 +267,7 @@
267267
{{- R -}},{{- G -}},{{- B -}}
268268
{% endmacro %}
269269

270-
{% macro hs2rgb(hs_formatted_list) %}
270+
{% macro hs2rgb(hsl) %}
271271
{#-
272272
This will return a CSV string that will convert to a list in the rgb format
273273
from the xy list provided.
@@ -345,7 +345,7 @@
345345
{{- R -}},{{- G -}},{{- B -}}
346346
{% endmacro %}
347347

348-
{% macro rgb2hs(rgb_formatted_list) %}
348+
{% macro rgb2hs(rgbl) %}
349349
{#-
350350
This will return a CSV string that will convert to a list in the x,y format
351351
from the rgb list provided.
@@ -413,7 +413,7 @@
413413
{{- H -}},{{- S -}}
414414
{% endmacro %}
415415

416-
{% macro hs2xy(hs_formatted_list) %}
416+
{% macro hs2xy(hsl) %}
417417
{#-
418418
This will return a CSV string that will convert to a list in the hs format
419419
from the xy list provided.
@@ -449,7 +449,7 @@
449449
{{- X -}},{{- Y -}}
450450
{% endmacro %}
451451

452-
{% macro xy2hs(xy_formatted_list) %}
452+
{% macro xy2hs(xyl) %}
453453
{#-
454454
This will return a CSV string that will convert to a list in the hs format
455455
from the xy list provided.

0 commit comments

Comments
 (0)