static var lighten: GraphicsContext .BlendMode
A mode that creates composite image samples by choosing the lighter samples from either the source image or the background.
static var colorDodge : GraphicsContext .BlendMode
A mode that brightens the background image samples to reflect the source image samples.
static var plusLighter : GraphicsContext .BlendMode
A mode that adds the components of the source and background images, resulting in a lightened composite.