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 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