Template:ColorMath

From Second Life Wiki
Revision as of 10:17, 14 October 2023 by Gwyneth Llewelyn (talk | contribs) (Maybe an extraneous # — seems to be fixed now?)
Jump to navigation Jump to search

Parameters:

  • 1 = r [0, 255]
  • 2 = g [0, 255]
  • 3 = b [0, 255]
  • hex = #rrggbb - "#" is optional

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>