1
0
Fork 0

is_rgb1 should be a local.

This commit is contained in:
Jon Michael Aanes 2019-08-02 15:10:34 +02:00
parent 1bc08dec59
commit a5a79b5650
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ local function is_rgb255 (c)
return true
end
is_rgb1 = is_rgb255
local is_rgb1 = is_rgb255
local function is_hsl (c)
-- Assert table with certain length