public interface LutProvider extends ServiceInterface
| Modifier and Type | Method and 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. 
 | 
java.util.List<LutReader> getLutReaders(ome.model.display.ChannelBinding[] channelBindings)
channelBindings - Array of channel bindings to constrain the
 lookup tables readers by.null
 will be inserted when either no lookup table has been requested or
 can be found for that channel binding.