destinationOver
A mode that you use to paint the source image under the background.
Declaration
static var destinationOver: GraphicsContext.BlendMode { get }Discussion
This mode implements the equation R = S*(1 - Da) + D where
Ris the composite image.Sis the source image.Dis the background.Dais the source background’s alpha value.