模块:Color contrast:修订历史

跳转到导航 跳转到搜索

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

最新 | 最旧) 查看( | 较旧50条)(20 | 50 | 100 | 250 | 500

2022年12月25日 (星期日)

  • 当前之前 02:232022年12月25日 (日) 02:23草awa 留言 贡献 6,971字节 +6,971 Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *..."
最新 | 最旧) 查看( | 较旧50条)(20 | 50 | 100 | 250 | 500