var opacity: Double
The opacity of drawing operations in the context.
struct BlendMode
The ways that a graphics context combines new content with background content.
Availability 有効性
Technology
var blendMode: GraphicsContext
.BlendMode
{ get set }
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 Graphics
values.
var opacity: Double
struct BlendMode