|
124 | 124 | {{- R -}},{{- G -}},{{- B -}}
|
125 | 125 | {% endmacro %}
|
126 | 126 |
|
127 |
| -{% macro rgb2xy(rgb_formatted_list) %} |
| 127 | +{% macro rgb2xy(rgbl) %} |
128 | 128 | {#-
|
129 | 129 | This will return a CSV string that will convert to a list in the x,y format
|
130 | 130 | from the rgb list provided.
|
|
194 | 194 | {{- X -}},{{- Y -}}
|
195 | 195 | {% endmacro %}
|
196 | 196 |
|
197 |
| -{% macro xy2rgb(xy_formatted_list) %} |
| 197 | +{% macro xy2rgb(xyl) %} |
198 | 198 | {#-
|
199 | 199 | This will return a CSV string that will convert to a list in the rgb format
|
200 | 200 | from the xy list provided.
|
|
267 | 267 | {{- R -}},{{- G -}},{{- B -}}
|
268 | 268 | {% endmacro %}
|
269 | 269 |
|
270 |
| -{% macro hs2rgb(hs_formatted_list) %} |
| 270 | +{% macro hs2rgb(hsl) %} |
271 | 271 | {#-
|
272 | 272 | This will return a CSV string that will convert to a list in the rgb format
|
273 | 273 | from the xy list provided.
|
|
345 | 345 | {{- R -}},{{- G -}},{{- B -}}
|
346 | 346 | {% endmacro %}
|
347 | 347 |
|
348 |
| -{% macro rgb2hs(rgb_formatted_list) %} |
| 348 | +{% macro rgb2hs(rgbl) %} |
349 | 349 | {#-
|
350 | 350 | This will return a CSV string that will convert to a list in the x,y format
|
351 | 351 | from the rgb list provided.
|
|
413 | 413 | {{- H -}},{{- S -}}
|
414 | 414 | {% endmacro %}
|
415 | 415 |
|
416 |
| -{% macro hs2xy(hs_formatted_list) %} |
| 416 | +{% macro hs2xy(hsl) %} |
417 | 417 | {#-
|
418 | 418 | This will return a CSV string that will convert to a list in the hs format
|
419 | 419 | from the xy list provided.
|
|
449 | 449 | {{- X -}},{{- Y -}}
|
450 | 450 | {% endmacro %}
|
451 | 451 |
|
452 |
| -{% macro xy2hs(xy_formatted_list) %} |
| 452 | +{% macro xy2hs(xyl) %} |
453 | 453 | {#-
|
454 | 454 | This will return a CSV string that will convert to a list in the hs format
|
455 | 455 | from the xy list provided.
|
|
0 commit comments