public int getColorCell() { return palette.getColorCell(this.table, this.index); }
protected PaletteIcon createIcon() { return new PaletteIcon(palette.getColorCell(table, index), palette.getCellSize(table)); }