MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / mayCompose

Method mayCompose

src/OpenColorIO/ops/lut1d/Lut1DOpData.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586bool Lut1DOpData::mayCompose(ConstLut1DOpDataRcPtr & other) const
587{
588 return getHueAdjust() == HUE_NONE && other->getHueAdjust() == HUE_NONE;
589}
590
591Lut1DOpDataRcPtr Lut1DOpData::inverse() const
592{

Callers 4

canCombineWithMethod · 0.45
OCIO_ADD_TESTFunction · 0.45
TestMayComposeStyleFunction · 0.45
OCIO_ADD_TESTFunction · 0.45

Calls 1

getHueAdjustMethod · 0.45

Tested by 3

OCIO_ADD_TESTFunction · 0.36
TestMayComposeStyleFunction · 0.36
OCIO_ADD_TESTFunction · 0.36