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