test that we get the same value as excel and , for
55. private PaletteRecord palette;
74. byte[] b = palette.getColor(index);
93. byte[] b = palette.getColor(PaletteRecord.FIRST_COLOR_INDEX);
95. b = palette.getColor(++i))
143. palette.setColor(index, red, green, blue);
160. for (i = (short) PaletteRecord.FIRST_COLOR_INDEX; i < PaletteRecord.STANDARD_PALETTE_SIZE + PaletteRecord.FIRST_COLOR_INDEX; b = palette.getColor(++i))