Basic Library for WPF/Silverlight
Blend メソッド

C1.WPF.4.5.2 アセンブリ > C1.WPF 名前空間 > ColorEx クラス : Blend メソッド
backgroundColor に混ぜ合わせる色。
背景色
backgroundColor の「上に」保持する color の量
指定された色を混ぜ合わせます。
シンタックス
'宣言
 
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 の量
参照

ColorEx クラス
ColorEx メンバ