DioDocs for PDF
SmoothStep メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > ColorF 構造体 : SmoothStep メソッド
Start color.
End color.
Value between 0 and 1 indicating the weight of end.
Performs a cubic interpolation between two colors.
シンタックス
'宣言
 
Public Shared Function SmoothStep( _
   ByVal start As ColorF, _
   ByVal end As ColorF, _
   ByVal amount As System.Single _
) As ColorF
public static ColorF SmoothStep( 
   ColorF start,
   ColorF end,
   System.float amount
)

パラメータ

start
Start color.
end
End color.
amount
Value between 0 and 1 indicating the weight of end.

戻り値の型

The cubic interpolation of the two colors.
参照

ColorF 構造体
ColorF メンバ