Contents

NSCompositeDestinationAtop

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

Declaration

static const NSCompositingOperation NSCompositeDestinationAtop;

See Also

Deprecated Compositing Modes