| 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, |