Version

GetInterpolation Method (BrushUtil)

Creates a new brush as a linear interpolation according to the interpolation parameter between the two extremes.
Overload List
OverloadDescription
GetInterpolation(Brush,Double,Brush,InterpolationMode)Creates a new brush as a linear interpolation according to the interpolation parameter between the two extremes.  
GetInterpolation(SolidColorBrush,Double,SolidColorBrush,InterpolationMode)Creates a new brush as an interpolation between the current brush and the specified brush using the interpolation parameter.  
GetInterpolation(LinearGradientBrush,Double,LinearGradientBrush,InterpolationMode)Creates a new brush as an interpolation between the current brush and the specified brush using the interpolation parameter.  
GetInterpolation(RadialGradientBrush,Double,RadialGradientBrush,InterpolationMode)Creates a new brush as an interpolation between the current brush and the specified brush using the interpolation parameter.  
GetInterpolation(ImageBrush,Double,ImageBrush,InterpolationMode)Creates a new brush as an interpolation between the current brush and the specified brush using the interpolation parameter.  
GetInterpolation(GradientStop,Double,GradientStop,InterpolationMode)Creates a new GradientStop as a linear interpolation according to the interpolation parameter between the two extremes.  
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