difference
A mode that subtracts the brighter of the source image sample color or the background image sample color from the other.
Declaration
static var difference: GraphicsContext.BlendMode { get }Discussion
Source image sample values that are black produce no change; white inverts the background color values.