* @function LevelRenderer.Tool.Color.prototype.resetPalette * @description 复位默认色板。
()
| 234 | * @description 复位默认色板。 |
| 235 | */ |
| 236 | resetPalette() { |
| 237 | this.palette = this._palette; |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * @function LevelRenderer.Tool.Color.prototype.getColor |