Catalogen

HSSFColor @Cluster 1 (automatic, result, rgbbyte)


CellRenderer.java

@ param tests - the color to the end of the

78. HSSFColor hssfColor = (HSSFColor) color;
79. short[] rgb = hssfColor.getTriplet();

HSSFXMLStyleHelper.java

test that we get the same value as excel and , for

29. private static final HSSFColor HSSF_AUTO = new HSSFColor.AUTOMATIC();
114.   if (index == HSSF_AUTO.getIndex() || color == null) {

StyleManagerHUtils.java

get the 2 - d string value by a record .

130. HSSFColor result = palette.findColor(rgbByte[0], rgbByte[1], rgbByte[2]);
140. return result.getIndex();

HSSFXMLStyleHelper.java

index into the < tt > collection < / tt > to the specified shape .

112. HSSFColor color = palette.getColor(index);
117.   short[] rgb = color.getTriplet();

HSSFStyleHelper.java

index into the < tt > collection < / tt > to the specified shape .

21. private static final HSSFColor HSSF_AUTO = new HSSFColor.AUTOMATIC();
60.   if (index == HSSF_AUTO.getIndex() || color == null)