| 4569 | } // getAvailableLayers |
| 4570 | |
| 4571 | bool |
| 4572 | EffectInstance::getCreateChannelSelectorKnob() const |
| 4573 | { |
| 4574 | return ( !isMultiPlanar() && !isReader() && !isWriter() && !isTrackerNodePlugin() && |
| 4575 | getPluginID().rfind("uk.co.thefoundry.furnace", 0) == std::string::npos ); |
| 4576 | } |
| 4577 | |
| 4578 | int |
| 4579 | EffectInstance::getMaskChannel(int inputNb, const std::list<ImagePlaneDesc>& availableLayers, ImagePlaneDesc* comps) const |
nothing calls this directly
no test coverage detected