Difference between revisions of "Template:HSVtoRGB.B"
Jump to navigation
Jump to search
imported>R8R (←Created page with '<includeonly>{{#expr: 255 * {{#ifexpr:({{{1}}})<0|0|<!-- h < 0 -->{{#ifexpr:({{{1}}})<60|({{{3}}}) - ({{{3}}}) * ({{{2}}})|...') |
imported>R8R |
||
Line 2: | Line 2: | ||
-->{{#ifexpr:({{{1}}})<60|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 0 | -->{{#ifexpr:({{{1}}})<60|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 0 | ||
-->{{#ifexpr:({{{1}}})<120|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 1 | -->{{#ifexpr:({{{1}}})<120|({{{3}}}) - ({{{3}}}) * ({{{2}}})| <!-- i = 1 | ||
− | -->{{#ifexpr:({{{1}}})<180|({{{3}}}) | + | -->{{#ifexpr:({{{1}}})<180|({{{3}}}) * (1 - ({{{2}}}) * (1 - ( ({{{1}}}) / 60) + trunc (({{{1}}}) / 60))) | <!-- i = 2 |
-->{{#ifexpr:({{{1}}})<240|({{{3}}})| <!-- i = 3 | -->{{#ifexpr:({{{1}}})<240|({{{3}}})| <!-- i = 3 | ||
-->{{#ifexpr:({{{1}}})<300|({{{3}}})| <!-- i = 4 | -->{{#ifexpr:({{{1}}})<300|({{{3}}})| <!-- i = 4 |
Revision as of 14:51, 28 January 2016
The above documentation is transcluded from Template:HSVtoRGB.B/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. |