Difference between revisions of "Template:HSVtoRGB.G"

From blackwiki
Jump to navigation Jump to search
imported>R8R
imported>R8R
m (R8R Gtrs moved page User:R8R Gtrs/Template:HSVtoRGB.G to Template:HSVtoRGB.G: move from user space to main template space)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
-->{{#ifexpr:({{{1}}})<120|({{{3}}}) |                                                                        <!-- i = 1
 
-->{{#ifexpr:({{{1}}})<120|({{{3}}}) |                                                                        <!-- i = 1
 
-->{{#ifexpr:({{{1}}})<180|({{{3}}}) |                                                                        <!-- i = 2
 
-->{{#ifexpr:({{{1}}})<180|({{{3}}}) |                                                                        <!-- i = 2
-->{{#ifexpr:({{{1}}})<240|(({{{3}}})  * (1 - ({{{2}}}) * ( (({{{1}}}) / 60) - trunc (({{{1}}}) / 60) ) ) |  <!-- i = 3
+
-->{{#ifexpr:({{{1}}})<240|(({{{3}}})  * (1 - ({{{2}}}) * ( (({{{1}}}) / 60) - trunc (({{{1}}}) / 60))) ) |  <!-- i = 3
 
-->{{#ifexpr:({{{1}}})<300|(({{{3}}})  - (({{{3}}}) * ({{{2}}}))) |                                          <!-- i = 4
 
-->{{#ifexpr:({{{1}}})<300|(({{{3}}})  - (({{{3}}}) * ({{{2}}}))) |                                          <!-- i = 4
 
-->{{#ifexpr:({{{1}}})<360|(({{{3}}})  - ({{{3}}}) * ({{{2}}})) |                                            <!-- i = 5
 
-->{{#ifexpr:({{{1}}})<360|(({{{3}}})  - ({{{3}}}) * ({{{2}}})) |                                            <!-- i = 5
 
-->0}} }} }} }} }} }} }} }}<!-- h >= 360 --></includeonly>
 
-->0}} }} }} }} }} }} }} }}<!-- h >= 360 --></includeonly>
 
<noinclude>{{template doc}}</noinclude>
 
<noinclude>{{template doc}}</noinclude>

Latest revision as of 06:17, 3 February 2016

Template documentation[view] [edit] [history] [purge]

Usage

See also

{{HSVtoRGB.G}}
{{HSVtoRGB.B}}