Bitmap for WPF
LerpRef メソッド (ColorF)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > ColorF 構造体 : LerpRef メソッド
The linear interpolation of the two colors.
Start color.
End color.
Value between 0 and 1 indicating the weight of end.
Performs a linear interpolation between two colors.
シンタックス
'宣言
 
Public Shared Sub LerpRef( _
   ByRef result As ColorF, _
   ByRef start As ColorF, _
   ByRef end As ColorF, _
   ByVal amount As System.Single _
) 
public static void LerpRef( 
   out ColorF result,
   ref ColorF start,
   ref ColorF end,
   System.float amount
)

パラメータ

result
The linear interpolation of the two colors.
start
Start color.
end
End color.
amount
Value between 0 and 1 indicating the weight of end.
解説
This method performs the linear interpolation based on the following formula. start + (end - start) * amount Passing amount a value of 0 will cause start to be returned; a value of 1 will cause end to be returned.
参照

ColorF 構造体
ColorF メンバ