Модуль:Color contrast: различия между версиями

6 байт добавлено ,  4 года назад
нет описания правки
(Керла агӀо: «-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor =...»)
 
Нет описания правки
Строка 152: Строка 152:
function p._styleratio(args)
function p._styleratio(args)
local style = (args[1] or ''):lower()
local style = (args[1] or ''):lower()
local bg, fg = 'white', 'black'
local bg, fg = 'white', '#202122'
local lum_bg, lum_fg = 1, 0
local lum_bg, lum_fg = 1, 0.016


if args[2] then
if args[2] then