sourceIn
A mode that you use to paint the source image, including its transparency, onto the opaque parts of the background.
Declaration
static var sourceIn: GraphicsContext.BlendMode { get }Discussion
This mode implements the equation R = S*Da where
Ris the composite image.Sis the source image.Dais the source background’s alpha value.