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 plusLighter : GraphicsContext .BlendMode
A mode that adds the components of the source and background images, resulting in a lightened composite.