ColorInterpolationMode Enumeration

Determines how the colors in a gradient are interpolated.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value Description
ScRgbLinearInterpolation Colors are interpolated in the scRGB color space.
SRgbLinearInterpolation Colors are interpolated in the sRGB color space.

Remarks

The mapping mode also influences interpolation. See Silverlight Brushes Overview.

Applies To

ColorInterpolationMode (LinearGradientBrush), ColorInterpolationMode (RadialGradientBrush)

See Also

Silverlight Brushes Overview