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