util  Diff

Differences From Artifact [ccbbe9b5fc]:

To Artifact [b3b8393245]:


1
2
3
4
5
6
7
8
9
10
-- [ʞ] termcolors.lua
--  ~ lexi hale <lexi@hale.su>
--  © AGPLv3
--  ? print grids comparing truecolor output to 256-color output 

function conv(a)
	return 16 + math.floor(a.r*5)*36 + math.floor(a.g*5)*6 + math.floor(a.b*5)
end
local S = 32
local M = 33 * 4


|







1
2
3
4
5
6
7
8
9
10
-- [ʞ] termcolors.lua
--  ~ lexi hale <lexi@hale.su>
--  © EUPL v1.2
--  ? print grids comparing truecolor output to 256-color output 

function conv(a)
	return 16 + math.floor(a.r*5)*36 + math.floor(a.g*5)*6 + math.floor(a.b*5)
end
local S = 32
local M = 33 * 4