Bitmap for UWP
SmoothStepRef メソッド

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

パラメータ

result
The cubic interpolation of the two colors.
start
Start color.
end
End color.
amount
Value between 0 and 1 indicating the weight of end.
参照

ColorF 構造体
ColorF メンバ