static var multiply: GraphicsContext .BlendMode
A mode that multiplies the source image samples with the background image samples.
static var colorBurn : GraphicsContext .BlendMode
A mode that darkens background image samples to reflect the source image samples.
static var plusDarker : GraphicsContext .BlendMode
A mode that adds the inverse of the color components of the source and background images, and then inverts the result, producing a darkened composite.