View | Details | Raw Unified | Return to bug 15720
Collapse All | Expand All

(-)src/java/org/apache/poi/hssf/util/HSSFColor.java (-4 / +4 lines)
Lines 821-827 Link Here
821
        {
821
        {
822
            255, 153, 0
822
            255, 153, 0
823
        };
823
        };
824
        public final static String  hexString = "FFF:9999:0";
824
        public final static String  hexString = "FFFF:9999:0";
825
825
826
        public short getIndex()
826
        public short getIndex()
827
        {
827
        {
Lines 1654-1662 Link Here
1654
        public final static short   index     = 0x1d;
1654
        public final static short   index     = 0x1d;
1655
        public final static short[] triplet   =
1655
        public final static short[] triplet   =
1656
        {
1656
        {
1657
            255, 255, 128
1657
            255, 128, 128
1658
        };
1658
        };
1659
        public final static String  hexString = "FFFF:FFFF:8080";
1659
        public final static String  hexString = "FFFF:8080:8080";
1660
1660
1661
        public short getIndex()
1661
        public short getIndex()
1662
        {
1662
        {
Lines 1685-1691 Link Here
1685
        {
1685
        {
1686
            0, 102, 204
1686
            0, 102, 204
1687
        };
1687
        };
1688
        public final static String  hexString = "0000:6666:CCCC";
1688
        public final static String  hexString = "0:6666:CCCC";
1689
1689
1690
        public short getIndex()
1690
        public short getIndex()
1691
        {
1691
        {

Return to bug 15720