plusLighter
A mode that adds the components of the source and background images, resulting in a lightened composite.
Declaration
static var plusLighter: GraphicsContext.BlendMode { get }Discussion
This mode implements the equation R = MIN(1, S + D) where
Ris the composite image.Sis the source image.Dis the background.