Contents

exclusion

A mode that produces an effect similar to that produced by the difference blend mode, but with lower contrast.

Declaration

static var exclusion: GraphicsContext.BlendMode { get }

Discussion

Source image sample values that are black don’t produce a change; white inverts the background color values.

See Also

Inverting