destinationOut
A mode that you use to erase any of the background that is covered by opaque source pixels.
Declaration
static var destinationOut: GraphicsContext.BlendMode { get }Discussion
This mode implements the equation R = D*(1 - Sa) where
Ris the composite image.Dis the background.Sais the source image’s alpha value.