is_rgb1 should be a local.
This commit is contained in:
parent
1bc08dec59
commit
a5a79b5650
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user