static var darken: GraphicsContext .BlendMode
A mode that creates composite image samples by choosing the darker samples from either the source image or the background.
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.