aseprite/scripts/constants.js
2018-08-20 14:50:11 -03:00

9 lines
259 B
JavaScript

// Copyright (C) 2018 David Capello
//
// This file is released under the terms of the MIT license.
// Read LICENSE.txt for more information.
console.assert(ColorMode.RGB == 0)
console.assert(ColorMode.GRAYSCALE == 1)
console.assert(ColorMode.INDEXED == 2)