Module:Color contrast: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
Line 66:
return L
end
-- remove leading # (if there is one) and whitespace
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$')
 
-- convert from hsl
Line 76 ⟶ 74:
return hsl2rgb(tonumber(h), tonumber(s)/100, tonumber(l)/100)
end
 
-- remove leading # (if there is one) and whitespace
c = mw.ustring.match(c, '^[%s#]*([a-f0-9]*)[%s]*$')
 
-- split into rgb
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu