MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getChannels

Method getChannels

Engine/ViewerInstance.cpp:3254–3262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3252}
3253
3254DisplayChannelsEnum
3255ViewerInstance::getChannels(int texIndex) const
3256{
3257 // MT-SAFE: called from main thread and Serialization (pooled) thread
3258
3259 QMutexLocker l(&_imp->viewerParamsMutex);
3260
3261 return _imp->viewerParamsChannels[texIndex];
3262}
3263
3264void
3265ViewerInstance::setFullFrameProcessingEnabled(bool fullFrame)

Callers 9

fillHashMethod · 0.45
ImageLayerMethod · 0.45
getHashMethod · 0.45
exportGroupInternalFunction · 0.45
renderViewer_internalMethod · 0.45
initializeKnobsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected