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 screen: GraphicsContext .BlendMode
A mode that multiplies the inverse of the source image samples with the inverse of the background image samples.
static var colorDodge : GraphicsContext .BlendMode
A mode that brightens the background image samples to reflect the source image samples.