Type Property 型プロパティ

sourceIn

A mode that you use to paint the source image, including its transparency, onto the opaque parts of the background.

Declaration 宣言

static var sourceIn: GraphicsContext.BlendMode { get }

Discussion 議論

This mode implements the equation R = S*Da where

  • R is the composite image.

  • S is the source image.

  • Da is the source background’s alpha value.

See Also 参照

Accessing Porter-Duff Modes