Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Color contrast: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 66: Line 66:
return L
return L
end
end
-- remove leading # (if there is one) and whitespace
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$')


-- convert from hsl
-- convert from hsl
Line 76: Line 74:
return hsl2rgb(tonumber(h), tonumber(s)/100, tonumber(l)/100)
return hsl2rgb(tonumber(h), tonumber(s)/100, tonumber(l)/100)
end
end

-- remove leading # (if there is one) and whitespace
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$')


-- split into rgb
-- split into rgb
Cookies help us deliver our services. By using our services, you agree to our use of cookies.