mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
9 lines
235 B
Lua
9 lines
235 B
Lua
|
-- Copyright (C) 2018 David Capello
|
||
|
--
|
||
|
-- This file is released under the terms of the MIT license.
|
||
|
-- Read LICENSE.txt for more information.
|
||
|
|
||
|
assert(ColorMode.RGB == 0)
|
||
|
assert(ColorMode.GRAYSCALE == 1)
|
||
|
assert(ColorMode.INDEXED == 2)
|