Difference between revisions of "Template:ColorMath"
Jump to navigation
Jump to search
(Fixed explanation on how to *correctly* use the hex= option (no # allowed here!)) |
m (Pfft. Should have pressed Preview first. Sorry about that.) |
||
Line 29: | Line 29: | ||
* 2 = g [0, 255] | * 2 = g [0, 255] | ||
* 3 = b [0, 255] | * 3 = b [0, 255] | ||
* hex=rrggbb ('''no''' "{{code|#}}" prefix is allowed on this template!) | |||
* hex=rrggbb ('''no''' "{{code|#}}" is allowed on this template! | |||
Output: | Output: |
Latest revision as of 09:28, 14 October 2023
Parameters:
- 1 = r [0, 255]
- 2 = g [0, 255]
- 3 = b [0, 255]
- hex=rrggbb (no "
#
" prefix is allowed on this template!)
Output:
- {{#var:hex}} - html style color integer, without "#"
- {{#var:vector}} - LSL style vector with values [0, 1]
- 001f3f - <0.000, 0.122, 0.247> - 001F3F - <0.000, 0.122, 0.247>