Contents

NSCompositeXOR

Exclusive OR of source and destination images. (R = S*(1 - Da) + D*(1 - Sa))

Declaration

static const NSCompositingOperation NSCompositeXOR;

Discussion

Works only with black and white images and is not recommended for color contexts.

See Also

Deprecated Compositing Modes