Contents

NSCompositingOperation.destinationAtop

The destination image wherever both images are opaque, the source image wherever it is opaque and the destination image is transparent, and transparent elsehwere.

Declaration

case destinationAtop

Discussion

The source image is applied using the formula R = S*(1 - Da) + D*Sa.

See Also

Operations for Compositing