Difference between revisions of "Template:HSVtoRGB.R"
Jump to navigation
Jump to search
imported>R8R |
imported>R8R |
||
| Line 4: | Line 4: | ||
-->{{#ifexpr:({{{1}}})<180|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 2 | -->{{#ifexpr:({{{1}}})<180|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 2 | ||
-->{{#ifexpr:({{{1}}})<240|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 3 | -->{{#ifexpr:({{{1}}})<240|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 3 | ||
| − | -->{{#ifexpr:({{{1}}})<300|({{{3}}}) - ({{{3}}}) * ({{{2}}}) * (1 - ({{#expr: trunc {{Mod|({{{1}}})|60}} }}) + {{Mod|({{{1}}})|60}})| <!-- i = 4 | + | -->{{#ifexpr:({{{1}}})<300|({{{3}}}) - ({{{3}}}) * ({{{2}}}) * (1 - ({{#expr: trunc ( ( {{{1}}} - {{Mod|({{{1}}})|60}} ) / 60 )}}) + ( ( {{{1}}} - {{Mod|({{{1}}})|60}} ) / 60 ))| <!-- i = 4 |
-->{{#ifexpr:({{{1}}})<360|({{{3}}})| <!-- i = 5 | -->{{#ifexpr:({{{1}}})<360|({{{3}}})| <!-- i = 5 | ||
-->0}} }} }} }} }} }} }}) }}<!-- h >= 360 --></includeonly> | -->0}} }} }} }} }} }} }}) }}<!-- h >= 360 --></includeonly> | ||
<noinclude>{{template doc}}</noinclude> | <noinclude>{{template doc}}</noinclude> | ||
Revision as of 14:37, 28 January 2016
| The above documentation is transcluded from Template:HSVtoRGB.R/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |