'宣言 Public Shared Function Blend( _ ByVal color As System.Windows.Media.Brush, _ ByVal backgroundColor As System.Windows.Media.Brush, _ ByVal amount As System.Double _ ) As System.Windows.Media.Brush
public static System.Windows.Media.Brush Blend( System.Windows.Media.Brush color, System.Windows.Media.Brush backgroundColor, System.double amount )
パラメータ
- color
- backgroundColor に混ぜ合わせる色。
- backgroundColor
- 背景色
- amount
- backgroundColor の「上に」保持する color の量