'Declaration Public Shared Function SmoothStep( _ ByVal start As ColorF, _ ByVal end As ColorF, _ ByVal amount As Single _ ) As ColorF
public static ColorF SmoothStep( ColorF start, ColorF end, float amount )
ColorF Structure ColorF Members