Type Property 型プロパティ

clear

A mode that clears any pixels that the source image overwrites.

Declaration 宣言

static var clear: GraphicsContext.BlendMode { get }

Discussion 議論

With this mode, you can use the source image like an eraser.

This mode implements the equation R = 0 where R is the composite image.

See Also 参照

Accessing Porter-Duff Modes