Nevron.GraphicsCore Namespace / NArgbColorValue Structure / InterpolateColor Method


InterpolateColor Method
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)

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