'DeclarationPublic Shared Function InterpolateColor( _ ByVal begin As NArgbColorValue, _ ByVal end As NArgbColorValue, _ ByVal coeff As System.Single _ ) As NArgbColorValue
'UsageDim begin As NArgbColorValue Dim end As NArgbColorValue Dim coeff As System.Single Dim value As NArgbColorValue value = NArgbColorValue.InterpolateColor(begin, end, coeff)
public static NArgbColorValue InterpolateColor( NArgbColorValue begin, NArgbColorValue end, System.float coeff )
Parameters
- begin
- end
- coeff