Contents

NSCompositingOperation.sourceAtop

The source image wherever both images are opaque, the destination image wherever it is opaque but the source image is transparent, and transparent elsewhere

Declaration

case sourceAtop

Discussion

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

See Also

Operations for Compositing