Nevron.GraphicsCore Namespace / NArgbColorValue Structure / InterpolateColor Method


In This Topic
    InterpolateColor Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function InterpolateColor( _
       ByVal begin As NArgbColorValue, _
       ByVal end As NArgbColorValue, _
       ByVal coeff As System.Single _
    ) As NArgbColorValue
    'Usage
     
    
    Dim 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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also