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

Method getBitDepth

Engine/PyNode.cpp:1070–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070ImageBitDepthEnum
1071Effect::getBitDepth() const
1072{
1073 NodePtr node = getInternalNode();
1074
1075 if (!node) {
1076 return eImageBitDepthFloat;
1077 }
1078
1079 return node->getEffectInstance()->getBitDepth(-1);
1080}
1081
1082ImagePremultiplicationEnum
1083Effect::getPremult() const

Callers 15

renderSmearDotFunction · 0.45
renderMethod · 0.45
applyMaskMixMethod · 0.45
treeRecurseFunctorMethod · 0.45
pixelAtMethod · 0.45
copyMethod · 0.45
convertToFormatCommonMethod · 0.45
OfxImageCommonMethod · 0.45
onMetadataRefreshedMethod · 0.45

Calls 1

getEffectInstanceMethod · 0.80

Tested by

no test coverage detected