Contents

NSCompositeSourceAtop

Source image wherever both images are opaque, destination image wherever destination image is opaque but source image is transparent, and transparent elsewhere. (R = S*Da + D*(1 - Sa))

Declaration

static const NSCompositingOperation NSCompositeSourceAtop;

See Also

Deprecated Compositing Modes