Package org.apache.poi.xssf.usermodel
Interface IndexedColorMap
- All Known Implementing Classes:
CustomIndexedColorMap
,DefaultIndexedColorMap
public interface IndexedColorMap
Interface for color index to RGB mappings.
May be either the default, built-in mappings
or custom mappings defined in the document.
-
Method Summary
-
Method Details
-
getRGB
byte[] getRGB(int index) - Parameters:
index
- color index to look up- Returns:
- the RGB array for the index, or null if the index is invalid/undefined
-