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

Method isColorPlane

Engine/ImagePlaneDesc.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool
122ImagePlaneDesc::isColorPlane(const std::string& planeID)
123{
124 return planeID == kNatronColorPlaneID;
125}
126
127bool
128ImagePlaneDesc::isColorPlane() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected