Interface IHighlightColorProvider


  • public interface IHighlightColorProvider
    Interface for getting cell's highlighting color.
    • Method Detail

      • getHighlightingColor

        Color getHighlightingColor​(CellHighlightingType type)
        Get hightlight color depending on highlight type.
        Parameters:
        type - CellHighlightingType, must not be null.
        Returns:
        highlight color. May return null.