Contents

blendMode

The blend mode used by drawing operations in the context.

Declaration

var blendMode: GraphicsContext.BlendMode { get set }

Discussion

Set this value to affect how any content that you subsequently draw into the context blends with content that’s already in the context. Use one of the GraphicsContext.BlendMode values.

See Also

Setting opacity and the blend mode