MCPcopy Create free account
hub / github.com/NatronGitHub/openfx-misc / setSrcImgs

Method setSrcImgs

PIK/PIK.cpp:514–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

512 }
513
514 void setSrcImgs(const Image *fgImg,
515 const Image *pfgImg,
516 const Image *cImg,
517 const Image *bgImg,
518 const Image *inMaskImg,
519 const Image *outMaskImg)
520 {
521 _fgImg = fgImg;
522 _pfgImg = pfgImg;
523 _cImg = cImg;
524 _bgImg = bgImg;
525 _inMaskImg = inMaskImg;
526 _outMaskImg = outMaskImg;
527 }
528
529 void setValues(ScreenTypeEnum screenType, // Screen Type: The type of background screen used for the key.
530 const OfxRGBColourD& color,

Callers 1

setupAndProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected