Performs a cubic interpolation between two colors.
            
            
            
            
            
            
            
            '宣言
 
Public Shared Function SmoothStep( _
   ByVal  As ColorF, _
   ByVal  As ColorF, _
   ByVal  As System.Single _
) As ColorF
             
        
            
            public static ColorF SmoothStep( 
   ColorF ,
   ColorF ,
   System.float 
)
             
        
             
        
            パラメータ
- start
 
- Start color.
 - end
 
- End color.
 - amount
 
- Value between 0 and 1 indicating the weight of .
 
            
            戻り値の型
The cubic interpolation of the two colors.