- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- 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 Detail
-
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
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright 2020 The Apache Software Foundation or
its licensors, as applicable.