Interface LutProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<LutReader> getLutReaders​(ome.model.display.ChannelBinding[] channelBindings)
      Returns the list of lookup table readers that can be used by a set of channel bindings.
    • Method Detail

      • getLutReaders

        java.util.List<LutReader> getLutReaders​(ome.model.display.ChannelBinding[] channelBindings)
        Returns the list of lookup table readers that can be used by a set of channel bindings.
        Parameters:
        channelBindings - Array of channel bindings to constrain the lookup tables readers by.
        Returns:
        See above. The size of the collection will be equal to, and ordered by, the number of active channel bindings. null will be inserted when either no lookup table has been requested or can be found for that channel binding.