Version

Interpolate Method (FrameExtended)

Sets a list of brushes to an interpolation between the given lists of brushes.
Syntax
'Declaration
 
Protected Friend Shared Sub Interpolate( _
   ByVal ret As List(Of Brush), _
   ByVal p As Single, _
   ByVal min As List(Of Brush), _
   ByVal max As List(Of Brush), _
   ByVal interpolationMode As Infragistics.InterpolationMode _
) 
protected internal static void Interpolate( 
   List<Brush> ret,
   float p,
   List<Brush> min,
   List<Brush> max,
   Infragistics.InterpolationMode interpolationMode
)

Parameters

ret
The list of brushes to populate with the interpolated brushes.
p
A number between 0 and 1 indicating the transition progress.
min
The minimum or starting brushes.
max
The maximum or ending brushes.
interpolationMode
The color interpolation mode to use.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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